#E9DE8B

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

Shades of Primrose #E9DE8B

Tints of Primrose #E9DE8B

Color information

#E9DE8B (or 0xE9DE8B) is unknown color: approx Primrose. HEX triplet: E9, DE and 8B. RGB value is (233,222,139). Sum of RGB (Red+Green+Blue) = 233+222+139=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9DE8B is #162174. Grayscale: #D8D8D8. Windows color (decimal): -1450357 or 9166569. OLE color: 9166569.

HSL color Cylindrical-coordinate representation of color #E9DE8B: hue angle of 52.98º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E9DE8B is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB233222139-
CMYK00.050.400.09
HSL52.98º68.12%72.94%-
HSV(B)52.98º40.34%91.37%-
XYZ64.3971.4334.82-
YUV215.8384.64140.25-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.23%
GREEN value IS 222 (87.11% from 255) = 37.37%
BLUE value IS 139 (54.69% from 255) = 23.40%
R=39.23%
G=37.37%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322213900.050.400.0952.9868.1272.94
HexE9DE8B05289354449
Octal35133621305501165104111
Binary1110100111011110100010110101101000100111010110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DE8B; }

 p { color: rgb(233,222,139); }

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

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

 a { background-color: rgb(233,222,139); }

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

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

 span { border-color: rgb(233,222,139); }

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