#E0DD92

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

Shades of Primrose #E0DD92

Tints of Primrose #E0DD92

Color information

#E0DD92 (or 0xE0DD92) is unknown color: approx Primrose. HEX triplet: E0, DD and 92. RGB value is (224,221,146). Sum of RGB (Red+Green+Blue) = 224+221+146=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 146 (57.42% from 255 or 24.70% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DD92 is #1F226D. Grayscale: #D5D5D5. Windows color (decimal): -2040430 or 9625056. OLE color: 9625056.

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

Color convert

RGB224221146-
CMYK00.010.350.12
HSL57.69º55.71%72.55%-
HSV(B)57.69º34.82%87.84%-
XYZ61.7969.6437.38-
YUV213.3589.99135.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 146 (57.42% from 255) = 24.70%
R=37.90%
G=37.39%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422114600.010.350.1257.6955.7172.55
HexE0DD920123C3a3849
Octal3403352220143147270111
Binary1110000011011101100100100110001111001110101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DD92; }

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

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

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

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

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

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

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

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