#E5DC91

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

Shades of Primrose #E5DC91

Tints of Primrose #E5DC91

Color information

#E5DC91 (or 0xE5DC91) is unknown color: approx Primrose. HEX triplet: E5, DC and 91. RGB value is (229,220,145). Sum of RGB (Red+Green+Blue) = 229+220+145=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 145 (57.03% from 255 or 24.41% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DC91 is #1A236E. Grayscale: #D6D6D6. Windows color (decimal): -1713007 or 9559269. OLE color: 9559269.

HSL color Cylindrical-coordinate representation of color #E5DC91: hue angle of 53.57º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E5DC91 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB229220145-
CMYK00.040.370.10
HSL53.57º61.76%73.33%-
HSV(B)53.57º36.68%89.8%-
XYZ63.0269.8936.96-
YUV214.1488.98138.6-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.55%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 145 (57.03% from 255) = 24.41%
R=38.55%
G=37.04%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922014500.040.370.1053.5761.7673.33
HexE5DC910425A363e49
Octal3453342210445126676111
Binary111001011101110010010001010010010110101101101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DC91; }

 p { color: rgb(229,220,145); }

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

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

 a { background-color: rgb(229,220,145); }

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

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

 span { border-color: rgb(229,220,145); }

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