#E8CF8E

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

Shades of Double Colonial White #E8CF8E

Tints of Double Colonial White #E8CF8E

Color information

#E8CF8E (or 0xE8CF8E) is unknown color: approx Double Colonial White. HEX triplet: E8, CF and 8E. RGB value is (232,207,142). Sum of RGB (Red+Green+Blue) = 232+207+142=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CF8E is #173071. Grayscale: #CFCFCF. Windows color (decimal): -1519730 or 9359336. OLE color: 9359336.

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

Color convert

RGB232207142-
CMYK00.110.390.09
HSL43.33º66.18%73.33%-
HSV(B)43.33º38.79%90.98%-
XYZ60.4763.7334.71-
YUV207.0691.28145.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 207 (81.25% from 255) = 35.63%
BLUE value IS 142 (55.86% from 255) = 24.44%
R=39.93%
G=35.63%
B=24.44%

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
Decimal23220714200.110.390.0943.3366.1873.33
HexE8CF8E0B2792b4249
Octal350317216013471153102111
Binary11101000110011111000111001011100111100110101110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CF8E; }

 p { color: rgb(232,207,142); }

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

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

 a { background-color: rgb(232,207,142); }

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

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

 span { border-color: rgb(232,207,142); }

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