#E8CE8D

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

Shades of Double Colonial White #E8CE8D

Tints of Double Colonial White #E8CE8D

Color information

#E8CE8D (or 0xE8CE8D) is unknown color: approx Double Colonial White. HEX triplet: E8, CE and 8D. RGB value is (232,206,141). Sum of RGB (Red+Green+Blue) = 232+206+141=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CE8D is #173172. Grayscale: #CECECE. Windows color (decimal): -1519987 or 9293544. OLE color: 9293544.

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

Color convert

RGB232206141-
CMYK00.110.390.09
HSL42.86º66.42%73.14%-
HSV(B)42.86º39.22%90.98%-
XYZ60.1663.2234.23-
YUV206.3691.11146.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 141 (55.47% from 255) = 24.35%
R=40.07%
G=35.58%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220614100.110.390.0942.8666.4273.14
HexE8CE8D0B2792b4249
Octal350316215013471153102111
Binary11101000110011101000110101011100111100110101110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CE8D; }

 p { color: rgb(232,206,141); }

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

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

 a { background-color: rgb(232,206,141); }

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

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

 span { border-color: rgb(232,206,141); }

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