#E2DE97

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

Shades of Primrose #E2DE97

Tints of Primrose #E2DE97

Color information

#E2DE97 (or 0xE2DE97) is unknown color: approx Primrose. HEX triplet: E2, DE and 97. RGB value is (226,222,151). Sum of RGB (Red+Green+Blue) = 226+222+151=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DE97 is #1D2168. Grayscale: #D7D7D7. Windows color (decimal): -1909097 or 9952994. OLE color: 9952994.

HSL color Cylindrical-coordinate representation of color #E2DE97: hue angle of 56.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E2DE97 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB226222151-
CMYK00.020.330.11
HSL56.8º56.39%73.92%-
HSV(B)56.8º33.19%88.63%-
XYZ63.0770.6539.59-
YUV215.191.83135.77-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.73%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 151 (59.38% from 255) = 25.21%
R=37.73%
G=37.06%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622215100.020.330.1156.856.3973.92
HexE2DE970221B39384a
Octal3423362270241137170112
Binary11100010110111101001011101010000110111110011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE97; }

 p { color: rgb(226,222,151); }

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

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

 a { background-color: rgb(226,222,151); }

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

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

 span { border-color: rgb(226,222,151); }

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