#E1DA97

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

Shades of Primrose #E1DA97

Tints of Primrose #E1DA97

Color information

#E1DA97 (or 0xE1DA97) is unknown color: approx Primrose. HEX triplet: E1, DA and 97. RGB value is (225,218,151). Sum of RGB (Red+Green+Blue) = 225+218+151=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA97 is #1E2568. Grayscale: #D4D4D4. Windows color (decimal): -1975657 or 9951969. OLE color: 9951969.

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

Color convert

RGB225218151-
CMYK00.030.330.12
HSL54.32º55.22%73.73%-
HSV(B)54.32º32.89%88.24%-
XYZ61.7168.3839.23-
YUV212.4693.32136.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.88%
GREEN value IS 218 (85.55% from 255) = 36.70%
BLUE value IS 151 (59.38% from 255) = 25.42%
R=37.88%
G=36.70%
B=25.42%

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
Decimal22521815100.030.330.1254.3255.2273.73
HexE1DA970321C36374a
Octal3413322270341146667112
Binary11100001110110101001011101110000111001101101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DA97; }

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

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

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

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

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

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

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

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