#E1DB90

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

Shades of Primrose #E1DB90

Tints of Primrose #E1DB90

Color information

#E1DB90 (or 0xE1DB90) is unknown color: approx Primrose. HEX triplet: E1, DB and 90. RGB value is (225,219,144). Sum of RGB (Red+Green+Blue) = 225+219+144=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB90 is #1E246F. Grayscale: #D4D4D4. Windows color (decimal): -1975408 or 9493473. OLE color: 9493473.

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

Color convert

RGB225219144-
CMYK00.030.360.12
HSL55.56º57.45%72.35%-
HSV(B)55.56º36%88.24%-
XYZ61.4268.6836.41-
YUV212.2489.49137.1-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.27%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 144 (56.64% from 255) = 24.49%
R=38.27%
G=37.24%
B=24.49%

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
Decimal22521914400.030.360.1255.5657.4572.35
HexE1DB900324C383948
Octal3413332200344147071110
Binary11100001110110111001000001110010011001110001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB90; }

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

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

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

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

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

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

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

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