#E0CD9A

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

Shades of Double Colonial White #E0CD9A

Tints of Double Colonial White #E0CD9A

Color information

#E0CD9A (or 0xE0CD9A) is unknown color: approx Double Colonial White. HEX triplet: E0, CD and 9A. RGB value is (224,205,154). Sum of RGB (Red+Green+Blue) = 224+205+154=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 154 (60.55% from 255 or 26.42% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CD9A is #1F3265. Grayscale: #CDCDCD. Windows color (decimal): -2044518 or 10145248. OLE color: 10145248.

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

Color convert

RGB224205154-
CMYK00.080.310.12
HSL43.71º53.03%74.12%-
HSV(B)43.71º31.25%87.84%-
XYZ58.461.8439.43-
YUV204.8799.29141.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.42%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 154 (60.55% from 255) = 26.42%
R=38.42%
G=35.16%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420515400.080.310.1243.7153.0374.12
HexE0CD9A081FC2c354a
Octal34031523201037145465112
Binary111000001100110110011010010001111111001011001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CD9A; }

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

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

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

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

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

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

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

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