#E0D996

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

Shades of Primrose #E0D996

Tints of Primrose #E0D996

Color information

#E0D996 (or 0xE0D996) is unknown color: approx Primrose. HEX triplet: E0, D9 and 96. RGB value is (224,217,150). Sum of RGB (Red+Green+Blue) = 224+217+150=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D996 is #1F2669. Grayscale: #D3D3D3. Windows color (decimal): -2041450 or 9886176. OLE color: 9886176.

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

Color convert

RGB224217150-
CMYK00.030.330.12
HSL54.32º54.41%73.33%-
HSV(B)54.32º33.04%87.84%-
XYZ61.0667.6838.7-
YUV211.4693.32136.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 150 (58.98% from 255) = 25.38%
R=37.90%
G=36.72%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421715000.030.330.1254.3254.4173.33
HexE0D9960321C363649
Octal3403312260341146666111
Binary11100000110110011001011001110000111001101101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D996; }

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

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

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

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

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

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

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

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