#E2C891

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

Shades of Double Colonial White #E2C891

Tints of Double Colonial White #E2C891

Color information

#E2C891 (or 0xE2C891) is unknown color: approx Double Colonial White. HEX triplet: E2, C8 and 91. RGB value is (226,200,145). Sum of RGB (Red+Green+Blue) = 226+200+145=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 145 (57.03% from 255 or 25.39% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C891 is #1D376E. Grayscale: #C9C9C9. Windows color (decimal): -1914735 or 9554146. OLE color: 9554146.

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

Color convert

RGB226200145-
CMYK00.120.360.11
HSL40.74º58.27%72.75%-
HSV(B)40.74º35.84%88.63%-
XYZ57.1359.5235.27-
YUV201.596.11145.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 145 (57.03% from 255) = 25.39%
R=39.58%
G=35.03%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620014500.120.360.1140.7458.2772.75
HexE2C8910C24B293a49
Octal34231022101444135172111
Binary1110001011001000100100010110010010010111010011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C891; }

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

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

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

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

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

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

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

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