#E1CA92

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

Shades of Double Colonial White #E1CA92

Tints of Double Colonial White #E1CA92

Color information

#E1CA92 (or 0xE1CA92) is unknown color: approx Double Colonial White. HEX triplet: E1, CA and 92. RGB value is (225,202,146). Sum of RGB (Red+Green+Blue) = 225+202+146=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 146 (57.42% from 255 or 25.48% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CA92 is #1E356D. Grayscale: #CACACA. Windows color (decimal): -1979758 or 9620193. OLE color: 9620193.

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

Color convert

RGB225202146-
CMYK00.100.350.12
HSL42.53º56.83%72.75%-
HSV(B)42.53º35.11%88.24%-
XYZ57.3660.3235.81-
YUV202.4996.12144.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.27%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 146 (57.42% from 255) = 25.48%
R=39.27%
G=35.25%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520214600.100.350.1242.5356.8372.75
HexE1CA920A23C2b3949
Octal34131222201243145371111
Binary1110000111001010100100100101010001111001010111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CA92; }

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

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

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

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

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

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

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

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