#E5D999

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

Shades of Primrose #E5D999

Tints of Primrose #E5D999

Color information

#E5D999 (or 0xE5D999) is unknown color: approx Primrose. HEX triplet: E5, D9 and 99. RGB value is (229,217,153). Sum of RGB (Red+Green+Blue) = 229+217+153=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 217 (85.16% from 255 or 36.23% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D999 is #1A2666. Grayscale: #D5D5D5. Windows color (decimal): -1713767 or 10082789. OLE color: 10082789.

HSL color Cylindrical-coordinate representation of color #E5D999: hue angle of 50.53º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5D999 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB229217153-
CMYK00.050.330.10
HSL50.53º59.38%74.9%-
HSV(B)50.53º33.19%89.8%-
XYZ62.8868.5840.06-
YUV213.2993.98139.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.23%
GREEN value IS 217 (85.16% from 255) = 36.23%
BLUE value IS 153 (60.16% from 255) = 25.54%
R=38.23%
G=36.23%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921715300.050.330.1050.5359.3874.9
HexE5D9990521A333b4b
Octal3453312310541126373113
Binary111001011101100110011001010110000110101100111110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D999; }

 p { color: rgb(229,217,153); }

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

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

 a { background-color: rgb(229,217,153); }

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

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

 span { border-color: rgb(229,217,153); }

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