#E2D191

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

Shades of Double Colonial White #E2D191

Tints of Double Colonial White #E2D191

Color information

#E2D191 (or 0xE2D191) is unknown color: approx Double Colonial White. HEX triplet: E2, D1 and 91. RGB value is (226,209,145). Sum of RGB (Red+Green+Blue) = 226+209+145=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2D191 is #1D2E6E. Grayscale: #CFCFCF. Windows color (decimal): -1912431 or 9556450. OLE color: 9556450.

HSL color Cylindrical-coordinate representation of color #E2D191: hue angle of 47.41º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2D191 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB226209145-
CMYK00.080.360.11
HSL47.41º58.27%72.75%-
HSV(B)47.41º35.84%88.63%-
XYZ59.2863.8135.98-
YUV206.7993.13141.7-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.97%
GREEN value IS 209 (82.03% from 255) = 36.03%
BLUE value IS 145 (57.03% from 255) = 25%
R=38.97%
G=36.03%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620914500.080.360.1147.4158.2772.75
HexE2D1910824B2f3a49
Octal34232122101044135772111
Binary1110001011010001100100010100010010010111011111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D191; }

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

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

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

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

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

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

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

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