#E0D992

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

Shades of Primrose #E0D992

Tints of Primrose #E0D992

Color information

#E0D992 (or 0xE0D992) is unknown color: approx Primrose. HEX triplet: E0, D9 and 92. RGB value is (224,217,146). Sum of RGB (Red+Green+Blue) = 224+217+146=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D992 is #1F266D. Grayscale: #D3D3D3. Windows color (decimal): -2041454 or 9624032. OLE color: 9624032.

HSL color Cylindrical-coordinate representation of color #E0D992: hue angle of 54.62º 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 #E0D992 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB224217146-
CMYK00.030.350.12
HSL54.62º55.71%72.55%-
HSV(B)54.62º34.82%87.84%-
XYZ60.7467.5537.03-
YUV21191.32137.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.16%
GREEN value IS 217 (85.16% from 255) = 36.97%
BLUE value IS 146 (57.42% from 255) = 24.87%
R=38.16%
G=36.97%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421714600.030.350.1254.6255.7172.55
HexE0D9920323C373849
Octal3403312220343146770111
Binary11100000110110011001001001110001111001101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D992; }

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

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

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

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

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

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

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

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