#E1DD87

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

Shades of Primrose #E1DD87

Tints of Primrose #E1DD87

Color information

#E1DD87 (or 0xE1DD87) is unknown color: approx Primrose. HEX triplet: E1, DD and 87. RGB value is (225,221,135). Sum of RGB (Red+Green+Blue) = 225+221+135=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD87 is #1E2278. Grayscale: #D4D4D4. Windows color (decimal): -1974905 or 8904161. OLE color: 8904161.

HSL color Cylindrical-coordinate representation of color #E1DD87: hue angle of 57.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1DD87 is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB225221135-
CMYK00.020.40.12
HSL57.33º60%70.59%-
HSV(B)57.33º40%88.24%-
XYZ61.2869.4733.1-
YUV212.3984.33136.99-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.73%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 135 (53.12% from 255) = 23.24%
R=38.73%
G=38.04%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522113500.020.40.1257.336070.59
HexE1DD870228C393c47
Octal3413352070250147174107
Binary11100001110111011000011101010100011001110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD87; }

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

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

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

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

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

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

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

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