#E1D591

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

Shades of Primrose #E1D591

Tints of Primrose #E1D591

Color information

#E1D591 (or 0xE1D591) is unknown color: approx Primrose. HEX triplet: E1, D5 and 91. RGB value is (225,213,145). Sum of RGB (Red+Green+Blue) = 225+213+145=583 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.59% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D591 is #1E2A6E. Grayscale: #D1D1D1. Windows color (decimal): -1976943 or 9557473. OLE color: 9557473.

HSL color Cylindrical-coordinate representation of color #E1D591: hue angle of 51º 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 #E1D591 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB225213145-
CMYK00.050.360.12
HSL51º57.14%72.55%-
HSV(B)51º35.56%88.24%-
XYZ59.9665.6436.3-
YUV208.8491.98139.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.59%
GREEN value IS 213 (83.59% from 255) = 36.54%
BLUE value IS 145 (57.03% from 255) = 24.87%
R=38.59%
G=36.54%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521314500.050.360.125157.1472.55
HexE1D5910524C333949
Octal3413252210544146371111
Binary111000011101010110010001010110010011001100111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D591; }

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

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

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

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

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

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

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

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