#E1DA91

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

Shades of Primrose #E1DA91

Tints of Primrose #E1DA91

Color information

#E1DA91 (or 0xE1DA91) is unknown color: approx Primrose. HEX triplet: E1, DA and 91. RGB value is (225,218,145). Sum of RGB (Red+Green+Blue) = 225+218+145=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DA91 is #1E256E. Grayscale: #D4D4D4. Windows color (decimal): -1975663 or 9558753. OLE color: 9558753.

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

Color convert

RGB225218145-
CMYK00.030.360.12
HSL54.75º57.14%72.55%-
HSV(B)54.75º35.56%88.24%-
XYZ61.2368.1936.72-
YUV211.7790.32137.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 218 (85.55% from 255) = 37.07%
BLUE value IS 145 (57.03% from 255) = 24.66%
R=38.27%
G=37.07%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521814500.030.360.1254.7557.1472.55
HexE1DA910324C373949
Octal3413322210344146771111
Binary11100001110110101001000101110010011001101111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DA91; }

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

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

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

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

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

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

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

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