#E2CD96

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

Shades of Double Colonial White #E2CD96

Tints of Double Colonial White #E2CD96

Color information

#E2CD96 (or 0xE2CD96) is unknown color: approx Double Colonial White. HEX triplet: E2, CD and 96. RGB value is (226,205,150). Sum of RGB (Red+Green+Blue) = 226+205+150=581 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.90% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CD96 is #1D3269. Grayscale: #CDCDCD. Windows color (decimal): -1913450 or 9883106. OLE color: 9883106.

HSL color Cylindrical-coordinate representation of color #E2CD96: hue angle of 43.42º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2CD96 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB226205150-
CMYK00.090.340.11
HSL43.42º56.72%73.73%-
HSV(B)43.42º33.63%88.63%-
XYZ58.762.0337.73-
YUV205.0196.96142.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 38.90%
GREEN value IS 205 (80.47% from 255) = 35.28%
BLUE value IS 150 (58.98% from 255) = 25.82%
R=38.90%
G=35.28%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620515000.090.340.1143.4256.7273.73
HexE2CD960922B2b394a
Octal34231522601142135371112
Binary1110001011001101100101100100110001010111010111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CD96; }

 p { color: rgb(226,205,150); }

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

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

 a { background-color: rgb(226,205,150); }

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

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

 span { border-color: rgb(226,205,150); }

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