#E7CC8E

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

Shades of Double Colonial White #E7CC8E

Tints of Double Colonial White #E7CC8E

Color information

#E7CC8E (or 0xE7CC8E) is unknown color: approx Double Colonial White. HEX triplet: E7, CC and 8E. RGB value is (231,204,142). Sum of RGB (Red+Green+Blue) = 231+204+142=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CC8E is #183371. Grayscale: #CDCDCD. Windows color (decimal): -1586034 or 9358567. OLE color: 9358567.

HSL color Cylindrical-coordinate representation of color #E7CC8E: hue angle of 41.8º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E7CC8E is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB231204142-
CMYK00.120.390.09
HSL41.8º64.96%73.14%-
HSV(B)41.8º38.53%90.59%-
XYZ59.4362.1334.45-
YUV20592.45146.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=40.03%
G=35.36%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120414200.120.390.0941.864.9673.14
HexE7CC8E0C2792a4149
Octal347314216014471152101111
Binary11100111110011001000111001100100111100110101010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CC8E; }

 p { color: rgb(231,204,142); }

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

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

 a { background-color: rgb(231,204,142); }

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

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

 span { border-color: rgb(231,204,142); }

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