#E0D49B

Color #E0D49B Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E0D49B

Tints of Double Colonial White #E0D49B

Color information

#E0D49B (or 0xE0D49B) is unknown color: approx Double Colonial White. HEX triplet: E0, D4 and 9B. RGB value is (224,212,155). Sum of RGB (Red+Green+Blue) = 224+212+155=591 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.90% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0D49B is #1F2B64. Grayscale: #D1D1D1. Windows color (decimal): -2042725 or 10212576. OLE color: 10212576.

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

Color convert

RGB224212155-
CMYK00.050.310.12
HSL49.57º52.67%74.31%-
HSV(B)49.57º30.8%87.84%-
XYZ60.265.340.44-
YUV209.0997.48138.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.90%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 155 (60.94% from 255) = 26.23%
R=37.90%
G=35.87%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421215500.050.310.1249.5752.6774.31
HexE0D49B051FC32354a
Octal3403242330537146265112
Binary11100000110101001001101101011111111001100101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D49B; }

 p { color: rgb(224,212,155); }

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

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

 a { background-color: rgb(224,212,155); }

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

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

 span { border-color: rgb(224,212,155); }

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