#E1DB88

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

Shades of Primrose #E1DB88

Tints of Primrose #E1DB88

Color information

#E1DB88 (or 0xE1DB88) is unknown color: approx Primrose. HEX triplet: E1, DB and 88. RGB value is (225,219,136). Sum of RGB (Red+Green+Blue) = 225+219+136=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB88 is #1E2477. Grayscale: #D3D3D3. Windows color (decimal): -1975416 or 8969185. OLE color: 8969185.

HSL color Cylindrical-coordinate representation of color #E1DB88: hue angle of 55.96º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1DB88 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB225219136-
CMYK00.030.400.12
HSL55.96º59.73%70.78%-
HSV(B)55.96º39.56%88.24%-
XYZ60.8368.4533.3-
YUV211.3385.49137.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.79%
GREEN value IS 219 (85.94% from 255) = 37.76%
BLUE value IS 136 (53.52% from 255) = 23.45%
R=38.79%
G=37.76%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521913600.030.400.1255.9659.7370.78
HexE1DB880328C383c47
Octal3413332100350147074107
Binary11100001110110111000100001110100011001110001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB88; }

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

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

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

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

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

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

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

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