#E2D19E

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

Shades of Double Colonial White #E2D19E

Tints of Double Colonial White #E2D19E

Color information

#E2D19E (or 0xE2D19E) is unknown color: approx Double Colonial White. HEX triplet: E2, D1 and 9E. RGB value is (226,209,158). Sum of RGB (Red+Green+Blue) = 226+209+158=593 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.11% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 158 (62.11% from 255 or 26.64% from 593); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D19E is #1D2E61. Grayscale: #D0D0D0. Windows color (decimal): -1912418 or 10408418. OLE color: 10408418.

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

Color convert

RGB226209158-
CMYK00.080.300.11
HSL45º53.97%75.29%-
HSV(B)45º30.09%88.63%-
XYZ60.3464.2441.57-
YUV208.2799.63140.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.11%
GREEN value IS 209 (82.03% from 255) = 35.24%
BLUE value IS 158 (62.11% from 255) = 26.64%
R=38.11%
G=35.24%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620915800.080.300.114553.9775.29
HexE2D19E081EB2d364b
Octal34232123601036135566113
Binary111000101101000110011110010001111010111011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D19E; }

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

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

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

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

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

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

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

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