#E7CD8F

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

Shades of Double Colonial White #E7CD8F

Tints of Double Colonial White #E7CD8F

Color information

#E7CD8F (or 0xE7CD8F) is unknown color: approx Double Colonial White. HEX triplet: E7, CD and 8F. RGB value is (231,205,143). Sum of RGB (Red+Green+Blue) = 231+205+143=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 143 (56.25% from 255 or 24.70% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CD8F is #183270. Grayscale: #CDCDCD. Windows color (decimal): -1585777 or 9424359. OLE color: 9424359.

HSL color Cylindrical-coordinate representation of color #E7CD8F: hue angle of 42.27º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E7CD8F is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB231205143-
CMYK00.110.380.09
HSL42.27º64.71%73.33%-
HSV(B)42.27º38.1%90.59%-
XYZ59.7462.6334.93-
YUV205.7192.61146.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.90%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 143 (56.25% from 255) = 24.70%
R=39.90%
G=35.41%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120514300.110.380.0942.2764.7173.33
HexE7CD8F0B2692a4149
Octal347315217013461152101111
Binary11100111110011011000111101011100110100110101010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CD8F; }

 p { color: rgb(231,205,143); }

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

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

 a { background-color: rgb(231,205,143); }

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

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

 span { border-color: rgb(231,205,143); }

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