#E0CA9A

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

Shades of Double Colonial White #E0CA9A

Tints of Double Colonial White #E0CA9A

Color information

#E0CA9A (or 0xE0CA9A) is unknown color: approx Double Colonial White. HEX triplet: E0, CA and 9A. RGB value is (224,202,154). Sum of RGB (Red+Green+Blue) = 224+202+154=580 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.62% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CA9A is #1F3565. Grayscale: #CBCBCB. Windows color (decimal): -2045286 or 10144480. OLE color: 10144480.

HSL color Cylindrical-coordinate representation of color #E0CA9A: hue angle of 41.14º 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 #E0CA9A is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB224202154-
CMYK00.100.310.12
HSL41.14º53.03%74.12%-
HSV(B)41.14º31.25%87.84%-
XYZ57.6960.4239.19-
YUV203.11100.29142.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 38.62%
GREEN value IS 202 (79.30% from 255) = 34.83%
BLUE value IS 154 (60.55% from 255) = 26.55%
R=38.62%
G=34.83%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420215400.100.310.1241.1453.0374.12
HexE0CA9A0A1FC29354a
Octal34031223201237145165112
Binary111000001100101010011010010101111111001010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CA9A; }

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

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

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

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

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

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

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

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