#E5DE89

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

Shades of Primrose #E5DE89

Tints of Primrose #E5DE89

Color information

#E5DE89 (or 0xE5DE89) is unknown color: approx Primrose. HEX triplet: E5, DE and 89. RGB value is (229,222,137). Sum of RGB (Red+Green+Blue) = 229+222+137=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DE89 is #1A2176. Grayscale: #D6D6D6. Windows color (decimal): -1712503 or 9035493. OLE color: 9035493.

HSL color Cylindrical-coordinate representation of color #E5DE89: hue angle of 55.43º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E5DE89 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB229222137-
CMYK00.030.400.10
HSL55.43º63.89%71.76%-
HSV(B)55.43º40.17%89.8%-
XYZ62.9570.7134-
YUV214.484.32138.41-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 137 (53.91% from 255) = 23.30%
R=38.95%
G=37.76%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922213700.030.400.1055.4363.8971.76
HexE5DE890328A374048
Octal34533621103501267100110
Binary111001011101111010001001011101000101011011110000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DE89; }

 p { color: rgb(229,222,137); }

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

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

 a { background-color: rgb(229,222,137); }

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

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

 span { border-color: rgb(229,222,137); }

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