#E2C890

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

Shades of Double Colonial White #E2C890

Tints of Double Colonial White #E2C890

Color information

#E2C890 (or 0xE2C890) is unknown color: approx Double Colonial White. HEX triplet: E2, C8 and 90. RGB value is (226,200,144). Sum of RGB (Red+Green+Blue) = 226+200+144=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C890 is #1D376F. Grayscale: #C9C9C9. Windows color (decimal): -1914736 or 9488610. OLE color: 9488610.

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

Color convert

RGB226200144-
CMYK00.120.360.11
HSL40.98º58.57%72.55%-
HSV(B)40.98º36.28%88.63%-
XYZ57.0559.4934.86-
YUV201.3995.61145.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 200 (78.52% from 255) = 35.09%
BLUE value IS 144 (56.64% from 255) = 25.26%
R=39.65%
G=35.09%
B=25.26%

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
Decimal22620014400.120.360.1140.9858.5772.55
HexE2C8900C24B293b49
Octal34231022001444135173111
Binary1110001011001000100100000110010010010111010011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C890; }

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

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

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

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

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

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

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

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