#E1CA9B

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

Shades of Double Colonial White #E1CA9B

Tints of Double Colonial White #E1CA9B

Color information

#E1CA9B (or 0xE1CA9B) is unknown color: approx Double Colonial White. HEX triplet: E1, CA and 9B. RGB value is (225,202,155). Sum of RGB (Red+Green+Blue) = 225+202+155=582 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.66% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 155 (60.94% from 255 or 26.63% from 582); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA9B is #1E3564. Grayscale: #CBCBCB. Windows color (decimal): -1979749 or 10210017. OLE color: 10210017.

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

Color convert

RGB225202155-
CMYK00.100.310.12
HSL40.29º53.85%74.51%-
HSV(B)40.29º31.11%88.24%-
XYZ58.0960.6239.65-
YUV203.52100.62143.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.66%
GREEN value IS 202 (79.30% from 255) = 34.71%
BLUE value IS 155 (60.94% from 255) = 26.63%
R=38.66%
G=34.71%
B=26.63%

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
Decimal22520215500.100.310.1240.2953.8574.51
HexE1CA9B0A1FC28364b
Octal34131223301237145066113
Binary111000011100101010011011010101111111001010001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA9B; }

 p { color: rgb(225,202,155); }

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

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

 a { background-color: rgb(225,202,155); }

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

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

 span { border-color: rgb(225,202,155); }

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