#E5DD8B

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

Shades of Primrose #E5DD8B

Tints of Primrose #E5DD8B

Color information

#E5DD8B (or 0xE5DD8B) is unknown color: approx Primrose. HEX triplet: E5, DD and 8B. RGB value is (229,221,139). Sum of RGB (Red+Green+Blue) = 229+221+139=589 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.88% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DD8B is #1A2274. Grayscale: #D6D6D6. Windows color (decimal): -1712757 or 9166309. OLE color: 9166309.

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

Color convert

RGB229221139-
CMYK00.030.390.10
HSL54.67º63.38%72.16%-
HSV(B)54.67º39.3%89.8%-
XYZ62.8370.2334.67-
YUV214.0485.65138.67-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.88%
GREEN value IS 221 (86.72% from 255) = 37.52%
BLUE value IS 139 (54.69% from 255) = 23.60%
R=38.88%
G=37.52%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922113900.030.390.1054.6763.3872.16
HexE5DD8B0327A373f48
Octal3453352130347126777110
Binary11100101110111011000101101110011110101101111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DD8B; }

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

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

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

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

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

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

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

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