#e7cc8d

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

Shades of Double Colonial White #E7CC8D

Tints of Double Colonial White #E7CC8D

Color information

#E7CC8D (or 0xE7CC8D) is unknown color: approx Double Colonial White. HEX triplet: E7, CC and 8D. RGB value is (231,204,141). Sum of RGB (Red+Green+Blue) = 231+204+141=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CC8D is #183372. Grayscale: #CDCDCD. Windows color (decimal): -1586035 or 9293031. OLE color: 9293031.

HSL color Cylindrical-coordinate representation of color #E7CC8D: hue angle of 42º 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 #E7CC8D is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB231204141-
CMYK00.120.390.09
HSL42º65.22%72.94%-
HSV(B)42º38.96%90.59%-
XYZ59.3662.134.06-
YUV204.8991.95146.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 141 (55.47% from 255) = 24.48%
R=40.10%
G=35.42%
B=24.48%

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
Decimal23120414100.120.390.094265.2272.94
HexE7CC8D0C2792a4149
Octal347314215014471152101111
Binary11100111110011001000110101100100111100110101010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7cc8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7cc8d; }

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

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

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

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

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

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

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

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