#E1DB95

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

Shades of Primrose #E1DB95

Tints of Primrose #E1DB95

Color information

#E1DB95 (or 0xE1DB95) is unknown color: approx Primrose. HEX triplet: E1, DB and 95. RGB value is (225,219,149). Sum of RGB (Red+Green+Blue) = 225+219+149=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB95 is #1E246A. Grayscale: #D5D5D5. Windows color (decimal): -1975403 or 9821153. OLE color: 9821153.

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

Color convert

RGB225219149-
CMYK00.030.340.12
HSL55.26º55.88%73.33%-
HSV(B)55.26º33.78%88.24%-
XYZ61.8168.8438.46-
YUV212.8191.99136.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.94%
GREEN value IS 219 (85.94% from 255) = 36.93%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=37.94%
G=36.93%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521914900.030.340.1255.2655.8873.33
HexE1DB950322C373849
Octal3413332250342146770111
Binary11100001110110111001010101110001011001101111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB95; }

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

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

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

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

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

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

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

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