#E5DD9B

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

Shades of Primrose #E5DD9B

Tints of Primrose #E5DD9B

Color information

#E5DD9B (or 0xE5DD9B) is unknown color: approx Primrose. HEX triplet: E5, DD and 9B. RGB value is (229,221,155). Sum of RGB (Red+Green+Blue) = 229+221+155=605 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.85% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD9B is #1A2264. Grayscale: #D8D8D8. Windows color (decimal): -1712741 or 10214885. OLE color: 10214885.

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

Color convert

RGB229221155-
CMYK00.030.320.10
HSL53.51º58.73%75.29%-
HSV(B)53.51º32.31%89.8%-
XYZ64.0970.7441.29-
YUV215.8793.65137.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.85%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 155 (60.94% from 255) = 25.62%
R=37.85%
G=36.53%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922115500.030.320.1053.5158.7375.29
HexE5DD9B0320A363b4b
Octal3453352330340126673113
Binary11100101110111011001101101110000010101101101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DD9B; }

 p { color: rgb(229,221,155); }

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

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

 a { background-color: rgb(229,221,155); }

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

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

 span { border-color: rgb(229,221,155); }

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