#E0D987

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

Shades of Primrose #E0D987

Tints of Primrose #E0D987

Color information

#E0D987 (or 0xE0D987) is unknown color: approx Primrose. HEX triplet: E0, D9 and 87. RGB value is (224,217,135). Sum of RGB (Red+Green+Blue) = 224+217+135=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 135 (53.12% from 255 or 23.44% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D987 is #1F2678. Grayscale: #D2D2D2. Windows color (decimal): -2041465 or 8903136. OLE color: 8903136.

HSL color Cylindrical-coordinate representation of color #E0D987: hue angle of 55.28º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0D987 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB224217135-
CMYK00.030.400.12
HSL55.28º58.94%70.39%-
HSV(B)55.28º39.73%87.84%-
XYZ59.9367.2232.74-
YUV209.7485.82138.17-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.89%
GREEN value IS 217 (85.16% from 255) = 37.67%
BLUE value IS 135 (53.12% from 255) = 23.44%
R=38.89%
G=37.67%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421713500.030.400.1255.2858.9470.39
HexE0D9870328C373b46
Octal3403312070350146773106
Binary11100000110110011000011101110100011001101111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D987; }

 p { color: rgb(224,217,135); }

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

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

 a { background-color: rgb(224,217,135); }

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

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

 span { border-color: rgb(224,217,135); }

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