#E2D29F

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

Shades of Double Colonial White #E2D29F

Tints of Double Colonial White #E2D29F

Color information

#E2D29F (or 0xE2D29F) is unknown color: approx Double Colonial White. HEX triplet: E2, D2 and 9F. RGB value is (226,210,159). Sum of RGB (Red+Green+Blue) = 226+210+159=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D29F is #1D2D60. Grayscale: #D1D1D1. Windows color (decimal): -1912161 or 10474210. OLE color: 10474210.

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

Color convert

RGB226210159-
CMYK00.070.300.11
HSL45.67º53.6%75.49%-
HSV(B)45.67º29.65%88.63%-
XYZ60.6764.7742.1-
YUV208.9799.8140.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.98%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 159 (62.5% from 255) = 26.72%
R=37.98%
G=35.29%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621015900.070.300.1145.6753.675.49
HexE2D29F071EB2e364b
Octal3423222370736135666113
Binary11100010110100101001111101111111010111011101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D29F; }

 p { color: rgb(226,210,159); }

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

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

 a { background-color: rgb(226,210,159); }

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

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

 span { border-color: rgb(226,210,159); }

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