#E4CC96

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

Shades of Double Colonial White #E4CC96

Tints of Double Colonial White #E4CC96

Color information

#E4CC96 (or 0xE4CC96) is unknown color: approx Double Colonial White. HEX triplet: E4, CC and 96. RGB value is (228,204,150). Sum of RGB (Red+Green+Blue) = 228+204+150=582 (77% of max value = 765). Red value is 228 (89.45% from 255 or 39.18% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CC96 is #1B3369. Grayscale: #CDCDCD. Windows color (decimal): -1782634 or 9882852. OLE color: 9882852.

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

Color convert

RGB228204150-
CMYK00.110.340.11
HSL41.54º59.09%74.12%-
HSV(B)41.54º34.21%89.41%-
XYZ59.0961.8837.68-
YUV205.0296.95144.39-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.18%
GREEN value IS 204 (80.08% from 255) = 35.05%
BLUE value IS 150 (58.98% from 255) = 25.77%
R=39.18%
G=35.05%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820415000.110.340.1141.5459.0974.12
HexE4CC960B22B2a3b4a
Octal34431422601342135273112
Binary1110010011001100100101100101110001010111010101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CC96; }

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

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

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

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

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

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

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

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