#E0CE8E

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

Shades of Double Colonial White #E0CE8E

Tints of Double Colonial White #E0CE8E

Color information

#E0CE8E (or 0xE0CE8E) is unknown color: approx Double Colonial White. HEX triplet: E0, CE and 8E. RGB value is (224,206,142). Sum of RGB (Red+Green+Blue) = 224+206+142=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CE8E is #1F3171. Grayscale: #CCCCCC. Windows color (decimal): -2044274 or 9359072. OLE color: 9359072.

HSL color Cylindrical-coordinate representation of color #E0CE8E: hue angle of 46.83º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0CE8E is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224206142-
CMYK00.080.370.12
HSL46.83º56.94%71.76%-
HSV(B)46.83º36.61%87.84%-
XYZ57.6961.9434.51-
YUV204.0992.96142.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.16%
GREEN value IS 206 (80.86% from 255) = 36.01%
BLUE value IS 142 (55.86% from 255) = 24.83%
R=39.16%
G=36.01%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420614200.080.370.1246.8356.9471.76
HexE0CE8E0825C2f3948
Octal34031621601045145771110
Binary1110000011001110100011100100010010111001011111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CE8E; }

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

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

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

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

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

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

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

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