#E5CE8E

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

Shades of Double Colonial White #E5CE8E

Tints of Double Colonial White #E5CE8E

Color information

#E5CE8E (or 0xE5CE8E) is unknown color: approx Double Colonial White. HEX triplet: E5, CE and 8E. RGB value is (229,206,142). Sum of RGB (Red+Green+Blue) = 229+206+142=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 142 (55.86% from 255 or 24.61% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CE8E is #1A3171. Grayscale: #CDCDCD. Windows color (decimal): -1716594 or 9359077. OLE color: 9359077.

HSL color Cylindrical-coordinate representation of color #E5CE8E: hue angle of 44.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5CE8E is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB229206142-
CMYK00.100.380.10
HSL44.14º62.59%72.75%-
HSV(B)44.14º37.99%89.8%-
XYZ59.2762.7534.58-
YUV205.5892.12144.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.69%
GREEN value IS 206 (80.86% from 255) = 35.70%
BLUE value IS 142 (55.86% from 255) = 24.61%
R=39.69%
G=35.70%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920614200.100.380.1044.1462.5972.75
HexE5CE8E0A26A2c3f49
Octal34531621601246125477111
Binary1110010111001110100011100101010011010101011001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CE8E; }

 p { color: rgb(229,206,142); }

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

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

 a { background-color: rgb(229,206,142); }

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

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

 span { border-color: rgb(229,206,142); }

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