#E2DA97

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

Shades of Primrose #E2DA97

Tints of Primrose #E2DA97

Color information

#E2DA97 (or 0xE2DA97) is unknown color: approx Primrose. HEX triplet: E2, DA and 97. RGB value is (226,218,151). Sum of RGB (Red+Green+Blue) = 226+218+151=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DA97 is #1D2568. Grayscale: #D5D5D5. Windows color (decimal): -1910121 or 9951970. OLE color: 9951970.

HSL color Cylindrical-coordinate representation of color #E2DA97: hue angle of 53.6º 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 #E2DA97 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB226218151-
CMYK00.040.330.11
HSL53.6º56.39%73.92%-
HSV(B)53.6º33.19%88.63%-
XYZ62.0268.5539.24-
YUV212.7593.15137.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 218 (85.55% from 255) = 36.64%
BLUE value IS 151 (59.38% from 255) = 25.38%
R=37.98%
G=36.64%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621815100.040.330.1153.656.3973.92
HexE2DA970421B36384a
Octal3423322270441136670112
Binary111000101101101010010111010010000110111101101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DA97; }

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

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

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

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

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

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

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

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