#E0DD86

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

Shades of Primrose #E0DD86

Tints of Primrose #E0DD86

Color information

#E0DD86 (or 0xE0DD86) is unknown color: approx Primrose. HEX triplet: E0, DD and 86. RGB value is (224,221,134). Sum of RGB (Red+Green+Blue) = 224+221+134=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD86 is #1F2279. Grayscale: #D4D4D4. Windows color (decimal): -2040442 or 8838624. OLE color: 8838624.

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

Color convert

RGB224221134-
CMYK00.010.400.12
HSL58º59.21%70.2%-
HSV(B)58º40.18%87.84%-
XYZ60.969.2832.72-
YUV211.9883.99136.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.69%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 134 (52.73% from 255) = 23.14%
R=38.69%
G=38.17%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422113400.010.400.125859.2170.2
HexE0DD860128C3a3b46
Octal3403352060150147273106
Binary1110000011011101100001100110100011001110101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DD86; }

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

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

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

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

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

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

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

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