#E1D39B

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

Shades of Double Colonial White #E1D39B

Tints of Double Colonial White #E1D39B

Color information

#E1D39B (or 0xE1D39B) is unknown color: approx Double Colonial White. HEX triplet: E1, D3 and 9B. RGB value is (225,211,155). Sum of RGB (Red+Green+Blue) = 225+211+155=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1D39B is #1E2C64. Grayscale: #D1D1D1. Windows color (decimal): -1977445 or 10212321. OLE color: 10212321.

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

Color convert

RGB225211155-
CMYK00.060.310.12
HSL48º53.85%74.51%-
HSV(B)48º31.11%88.24%-
XYZ60.2664.9640.37-
YUV208.897.64139.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.07%
GREEN value IS 211 (82.81% from 255) = 35.70%
BLUE value IS 155 (60.94% from 255) = 26.23%
R=38.07%
G=35.70%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521115500.060.310.124853.8574.51
HexE1D39B061FC30364b
Octal3413232330637146066113
Binary11100001110100111001101101101111111001100001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D39B; }

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

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

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

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

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

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

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

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