#E2E187

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

Shades of Primrose #E2E187

Tints of Primrose #E2E187

Color information

#E2E187 (or 0xE2E187) is unknown color: approx Primrose. HEX triplet: E2, E1 and 87. RGB value is (226,225,135). Sum of RGB (Red+Green+Blue) = 226+225+135=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 135 (53.12% from 255 or 23.04% from 586); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E187 is #1D1E78. Grayscale: #D7D7D7. Windows color (decimal): -1908345 or 8905186. OLE color: 8905186.

HSL color Cylindrical-coordinate representation of color #E2E187: hue angle of 59.34º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2E187 is Cyan = 0, Magento = 0.00, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB226225135-
CMYK00.000.400.11
HSL59.34º61.07%70.78%-
HSV(B)59.34º40.27%88.63%-
XYZ62.6671.7733.47-
YUV215.0482.83135.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.57%
GREEN value IS 225 (88.28% from 255) = 38.40%
BLUE value IS 135 (53.12% from 255) = 23.04%
R=38.57%
G=38.40%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622513500.000.400.1159.3461.0770.78
HexE2E1870028B3b3d47
Octal3423412070050137375107
Binary1110001011100001100001110010100010111110111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E187; }

 p { color: rgb(226,225,135); }

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

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

 a { background-color: rgb(226,225,135); }

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

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

 span { border-color: rgb(226,225,135); }

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