#E5CE97

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

Shades of Double Colonial White #E5CE97

Tints of Double Colonial White #E5CE97

Color information

#E5CE97 (or 0xE5CE97) is unknown color: approx Double Colonial White. HEX triplet: E5, CE and 97. RGB value is (229,206,151). Sum of RGB (Red+Green+Blue) = 229+206+151=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CE97 is #1A3168. Grayscale: #CECECE. Windows color (decimal): -1716585 or 9948901. OLE color: 9948901.

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

Color convert

RGB229206151-
CMYK00.100.340.10
HSL42.31º60%74.51%-
HSV(B)42.31º34.06%89.8%-
XYZ59.9763.0338.28-
YUV206.6196.62143.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.08%
GREEN value IS 206 (80.86% from 255) = 35.15%
BLUE value IS 151 (59.38% from 255) = 25.77%
R=39.08%
G=35.15%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920615100.100.340.1042.316074.51
HexE5CE970A22A2a3c4b
Octal34531622701242125274113
Binary1110010111001110100101110101010001010101010101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CE97; }

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

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

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

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

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

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

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

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