#E1DD99

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

Shades of Primrose #E1DD99

Tints of Primrose #E1DD99

Color information

#E1DD99 (or 0xE1DD99) is unknown color: approx Primrose. HEX triplet: E1, DD and 99. RGB value is (225,221,153). Sum of RGB (Red+Green+Blue) = 225+221+153=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD99 is #1E2266. Grayscale: #D6D6D6. Windows color (decimal): -1974887 or 10083809. OLE color: 10083809.

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

Color convert

RGB225221153-
CMYK00.020.320.12
HSL56.67º54.55%74.12%-
HSV(B)56.67º32%88.24%-
XYZ62.6670.0240.35-
YUV214.4493.33135.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 153 (60.16% from 255) = 25.54%
R=37.56%
G=36.89%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522115300.020.320.1256.6754.5574.12
HexE1DD990220C39374a
Octal3413352310240147167112
Binary11100001110111011001100101010000011001110011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD99; }

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

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

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

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

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

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

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

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