#E2D19D

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

Shades of Double Colonial White #E2D19D

Tints of Double Colonial White #E2D19D

Color information

#E2D19D (or 0xE2D19D) is unknown color: approx Double Colonial White. HEX triplet: E2, D1 and 9D. RGB value is (226,209,157). Sum of RGB (Red+Green+Blue) = 226+209+157=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D19D is #1D2E62. Grayscale: #D0D0D0. Windows color (decimal): -1912419 or 10342882. OLE color: 10342882.

HSL color Cylindrical-coordinate representation of color #E2D19D: hue angle of 45.22º degrees, saturation: 0.54, 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 #E2D19D is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226209157-
CMYK00.080.310.11
HSL45.22º54.33%75.1%-
HSV(B)45.22º30.53%88.63%-
XYZ60.2564.241.12-
YUV208.1699.13140.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.18%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 157 (61.72% from 255) = 26.52%
R=38.18%
G=35.30%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620915700.080.310.1145.2254.3375.1
HexE2D19D081FB2d364b
Octal34232123501037135566113
Binary111000101101000110011101010001111110111011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D19D; }

 p { color: rgb(226,209,157); }

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

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

 a { background-color: rgb(226,209,157); }

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

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

 span { border-color: rgb(226,209,157); }

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