#E3CC96

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

Shades of Double Colonial White #E3CC96

Tints of Double Colonial White #E3CC96

Color information

#E3CC96 (or 0xE3CC96) is unknown color: approx Double Colonial White. HEX triplet: E3, CC and 96. RGB value is (227,204,150). Sum of RGB (Red+Green+Blue) = 227+204+150=581 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.07% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 150 (58.98% from 255 or 25.82% from 581); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CC96 is #1C3369. Grayscale: #CCCCCC. Windows color (decimal): -1848170 or 9882851. OLE color: 9882851.

HSL color Cylindrical-coordinate representation of color #E3CC96: hue angle of 42.08º degrees, saturation: 0.58, 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 #E3CC96 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB227204150-
CMYK00.100.340.11
HSL42.08º57.89%73.92%-
HSV(B)42.08º33.92%89.02%-
XYZ58.7861.7237.67-
YUV204.7297.12143.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.07%
GREEN value IS 204 (80.08% from 255) = 35.11%
BLUE value IS 150 (58.98% from 255) = 25.82%
R=39.07%
G=35.11%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720415000.100.340.1142.0857.8973.92
HexE3CC960A22B2a3a4a
Octal34331422601242135272112
Binary1110001111001100100101100101010001010111010101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CC96; }

 p { color: rgb(227,204,150); }

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

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

 a { background-color: rgb(227,204,150); }

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

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

 span { border-color: rgb(227,204,150); }

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