#E1DD89

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

Shades of Primrose #E1DD89

Tints of Primrose #E1DD89

Color information

#E1DD89 (or 0xE1DD89) is unknown color: approx Primrose. HEX triplet: E1, DD and 89. RGB value is (225,221,137). Sum of RGB (Red+Green+Blue) = 225+221+137=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 137 (53.91% from 255 or 23.50% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD89 is #1E2276. Grayscale: #D4D4D4. Windows color (decimal): -1974903 or 9035233. OLE color: 9035233.

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

Color convert

RGB225221137-
CMYK00.020.390.12
HSL57.27º59.46%70.98%-
HSV(B)57.27º39.11%88.24%-
XYZ61.4269.5333.85-
YUV212.6285.33136.83-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 221 (86.72% from 255) = 37.91%
BLUE value IS 137 (53.91% from 255) = 23.50%
R=38.59%
G=37.91%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522113700.020.390.1257.2759.4670.98
HexE1DD890227C393b47
Octal3413352110247147173107
Binary11100001110111011000100101010011111001110011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD89; }

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

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

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

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

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

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

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

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