#E0CD9F

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

Shades of Double Colonial White #E0CD9F

Tints of Double Colonial White #E0CD9F

Color information

#E0CD9F (or 0xE0CD9F) is unknown color: approx Double Colonial White. HEX triplet: E0, CD and 9F. RGB value is (224,205,159). Sum of RGB (Red+Green+Blue) = 224+205+159=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CD9F is #1F3260. Grayscale: #CDCDCD. Windows color (decimal): -2044513 or 10472928. OLE color: 10472928.

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

Color convert

RGB224205159-
CMYK00.080.290.12
HSL42.46º51.18%75.1%-
HSV(B)42.46º29.02%87.84%-
XYZ58.8362.0141.67-
YUV205.44101.79141.24-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.10%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 159 (62.5% from 255) = 27.04%
R=38.10%
G=34.86%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420515900.080.290.1242.4651.1875.1
HexE0CD9F081DC2a334b
Octal34031523701035145263113
Binary111000001100110110011111010001110111001010101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CD9F; }

 p { color: rgb(224,205,159); }

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

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

 a { background-color: rgb(224,205,159); }

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

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

 span { border-color: rgb(224,205,159); }

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