#E1DB8A

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

Shades of Primrose #E1DB8A

Tints of Primrose #E1DB8A

Color information

#E1DB8A (or 0xE1DB8A) is unknown color: approx Primrose. HEX triplet: E1, DB and 8A. RGB value is (225,219,138). Sum of RGB (Red+Green+Blue) = 225+219+138=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DB8A is #1E2475. Grayscale: #D3D3D3. Windows color (decimal): -1975414 or 9100257. OLE color: 9100257.

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

Color convert

RGB225219138-
CMYK00.030.390.12
HSL55.86º59.18%71.18%-
HSV(B)55.86º38.67%88.24%-
XYZ60.9768.5134.05-
YUV211.5686.49137.59-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 219 (85.94% from 255) = 37.63%
BLUE value IS 138 (54.30% from 255) = 23.71%
R=38.66%
G=37.63%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521913800.030.390.1255.8659.1871.18
HexE1DB8A0327C383b47
Octal3413332120347147073107
Binary11100001110110111000101001110011111001110001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB8A; }

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

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

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

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

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

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

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

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