#E0CD9C

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

Shades of Double Colonial White #E0CD9C

Tints of Double Colonial White #E0CD9C

Color information

#E0CD9C (or 0xE0CD9C) is unknown color: approx Double Colonial White. HEX triplet: E0, CD and 9C. RGB value is (224,205,156). Sum of RGB (Red+Green+Blue) = 224+205+156=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CD9C is #1F3263. Grayscale: #CDCDCD. Windows color (decimal): -2044516 or 10276320. OLE color: 10276320.

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

Color convert

RGB224205156-
CMYK00.080.300.12
HSL43.24º52.31%74.51%-
HSV(B)43.24º30.36%87.84%-
XYZ58.5761.9140.32-
YUV205.09100.29141.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.29%
GREEN value IS 205 (80.47% from 255) = 35.04%
BLUE value IS 156 (61.33% from 255) = 26.67%
R=38.29%
G=35.04%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420515600.080.300.1243.2452.3174.51
HexE0CD9C081EC2b344b
Octal34031523401036145364113
Binary111000001100110110011100010001111011001010111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CD9C; }

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

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

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

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

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

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

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

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