#E1DB97

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

Shades of Primrose #E1DB97

Tints of Primrose #E1DB97

Color information

#E1DB97 (or 0xE1DB97) is unknown color: approx Primrose. HEX triplet: E1, DB and 97. RGB value is (225,219,151). Sum of RGB (Red+Green+Blue) = 225+219+151=595 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.82% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB97 is #1E2468. Grayscale: #D5D5D5. Windows color (decimal): -1975401 or 9952225. OLE color: 9952225.

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

Color convert

RGB225219151-
CMYK00.030.330.12
HSL55.14º55.22%73.73%-
HSV(B)55.14º32.89%88.24%-
XYZ61.9768.939.31-
YUV213.0492.99136.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.82%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 151 (59.38% from 255) = 25.38%
R=37.82%
G=36.81%
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
Decimal22521915100.030.330.1255.1455.2273.73
HexE1DB970321C37374a
Octal3413332270341146767112
Binary11100001110110111001011101110000111001101111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB97; }

 p { color: rgb(225,219,151); }

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

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

 a { background-color: rgb(225,219,151); }

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

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

 span { border-color: rgb(225,219,151); }

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