#E1DD9B

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

Shades of Primrose #E1DD9B

Tints of Primrose #E1DD9B

Color information

#E1DD9B (or 0xE1DD9B) is unknown color: approx Primrose. HEX triplet: E1, DD and 9B. RGB value is (225,221,155). Sum of RGB (Red+Green+Blue) = 225+221+155=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DD9B is #1E2264. Grayscale: #D6D6D6. Windows color (decimal): -1974885 or 10214881. OLE color: 10214881.

HSL color Cylindrical-coordinate representation of color #E1DD9B: hue angle of 56.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1DD9B is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225221155-
CMYK00.020.310.12
HSL56.57º53.85%74.51%-
HSV(B)56.57º31.11%88.24%-
XYZ62.8270.0941.23-
YUV214.6794.33135.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 155 (60.94% from 255) = 25.79%
R=37.44%
G=36.77%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522115500.020.310.1256.5753.8574.51
HexE1DD9B021FC39364b
Octal3413352330237147166113
Binary1110000111011101100110110101111111001110011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DD9B; }

 p { color: rgb(225,221,155); }

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

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

 a { background-color: rgb(225,221,155); }

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

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

 span { border-color: rgb(225,221,155); }

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