#E0DD84

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

Shades of Primrose #E0DD84

Tints of Primrose #E0DD84

Color information

#E0DD84 (or 0xE0DD84) is unknown color: approx Primrose. HEX triplet: E0, DD and 84. RGB value is (224,221,132). Sum of RGB (Red+Green+Blue) = 224+221+132=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 221 (86.72% from 255 or 38.30% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD84 is #1F227B. Grayscale: #D4D4D4. Windows color (decimal): -2040444 or 8707552. OLE color: 8707552.

HSL color Cylindrical-coordinate representation of color #E0DD84: hue angle of 58.04º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0DD84 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB224221132-
CMYK00.010.410.12
HSL58.04º59.74%69.8%-
HSV(B)58.04º41.07%87.84%-
XYZ60.7669.2331.99-
YUV211.7582.99136.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.82%
GREEN value IS 221 (86.72% from 255) = 38.30%
BLUE value IS 132 (51.95% from 255) = 22.88%
R=38.82%
G=38.30%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422113200.010.410.1258.0459.7469.8
HexE0DD840129C3a3c46
Octal3403352040151147274106
Binary1110000011011101100001000110100111001110101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DD84; }

 p { color: rgb(224,221,132); }

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

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

 a { background-color: rgb(224,221,132); }

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

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

 span { border-color: rgb(224,221,132); }

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