#e4e28f

Color #E4E28F Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #E4E28F

Tints of Primrose #E4E28F

Color information

#E4E28F (or 0xE4E28F) is unknown color: approx Primrose. HEX triplet: E4, E2 and 8F. RGB value is (228,226,143). Sum of RGB (Red+Green+Blue) = 228+226+143=597 (79% of max value = 765). Red value is 228 (89.45% from 255 or 38.19% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4E28F is #1B1D70. Grayscale: #D9D9D9. Windows color (decimal): -1777009 or 9429732. OLE color: 9429732.

HSL color Cylindrical-coordinate representation of color #E4E28F: hue angle of 58.59º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E4E28F is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB228226143-
CMYK00.010.370.11
HSL58.59º61.15%72.75%-
HSV(B)58.59º37.28%89.41%-
XYZ64.1572.8736.67-
YUV217.1486.16135.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 228 (89.45% from 255) = 38.19%
GREEN value IS 226 (88.67% from 255) = 37.86%
BLUE value IS 143 (56.25% from 255) = 23.95%
R=38.19%
G=37.86%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22822614300.010.370.1158.5961.1572.75
HexE4E28F0125B3b3d49
Octal3443422170145137375111
Binary1110010011100010100011110110010110111110111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e4e28f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e4e28f; }

 p { color: rgb(228,226,143); }

 H1.HeaderClassName
 {
   color: #e4e28f;
 }
 .AnyTagClassName
 {
   color: #e4e28f;
 }
</style>
background-color css

<style>
 a { background-color: #e4e28f; }

 a { background-color: rgb(228,226,143); }

 div.DivClassName
 {
   background-color: #e4e28f;
 }
 .BgClassName
 {
   background-color: #e4e28f;
 }
</style>
border-color css

<style>
 span { border-color: #e4e28f; }

 span { border-color: rgb(228,226,143); }

 td.TdClassName
 {
   border-color: #e4e28f;
 }
 .TagClassName
 {
   border-color: #e4e28f;
 }
</style>