#E2D39C

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

Shades of Double Colonial White #E2D39C

Tints of Double Colonial White #E2D39C

Color information

#E2D39C (or 0xE2D39C) is unknown color: approx Double Colonial White. HEX triplet: E2, D3 and 9C. RGB value is (226,211,156). Sum of RGB (Red+Green+Blue) = 226+211+156=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D39C is #1D2C63. Grayscale: #D1D1D1. Windows color (decimal): -1911908 or 10277858. OLE color: 10277858.

HSL color Cylindrical-coordinate representation of color #E2D39C: hue angle of 47.14º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2D39C is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226211156-
CMYK00.070.310.11
HSL47.14º54.69%74.9%-
HSV(B)47.14º30.97%88.63%-
XYZ60.6665.1640.83-
YUV209.2197.97139.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 211 (82.81% from 255) = 35.58%
BLUE value IS 156 (61.33% from 255) = 26.31%
R=38.11%
G=35.58%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621115600.070.310.1147.1454.6974.9
HexE2D39C071FB2f374b
Octal3423232340737135767113
Binary11100010110100111001110001111111110111011111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D39C; }

 p { color: rgb(226,211,156); }

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

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

 a { background-color: rgb(226,211,156); }

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

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

 span { border-color: rgb(226,211,156); }

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