#E0DD81

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

Shades of Primrose #E0DD81

Tints of Primrose #E0DD81

Color information

#E0DD81 (or 0xE0DD81) is unknown color: approx Primrose. HEX triplet: E0, DD and 81. RGB value is (224,221,129). Sum of RGB (Red+Green+Blue) = 224+221+129=574 (76% of max value = 765). Red value is 224 (87.89% from 255 or 39.02% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 129 (50.78% from 255 or 22.47% from 574); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD81 is #1F227E. Grayscale: #D3D3D3. Windows color (decimal): -2040447 or 8510944. OLE color: 8510944.

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

Color convert

RGB224221129-
CMYK00.010.420.12
HSL58.11º60.51%69.22%-
HSV(B)58.11º42.41%87.84%-
XYZ60.5669.1530.92-
YUV211.4181.49136.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.02%
GREEN value IS 221 (86.72% from 255) = 38.50%
BLUE value IS 129 (50.78% from 255) = 22.47%
R=39.02%
G=38.50%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422112900.010.420.1258.1160.5169.22
HexE0DD81012AC3a3d45
Octal3403352010152147275105
Binary1110000011011101100000010110101011001110101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DD81; }

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

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

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

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

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

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

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

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