#E1CC92

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

Shades of Double Colonial White #E1CC92

Tints of Double Colonial White #E1CC92

Color information

#E1CC92 (or 0xE1CC92) is unknown color: approx Double Colonial White. HEX triplet: E1, CC and 92. RGB value is (225,204,146). Sum of RGB (Red+Green+Blue) = 225+204+146=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CC92 is #1E336D. Grayscale: #CBCBCB. Windows color (decimal): -1979246 or 9620705. OLE color: 9620705.

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

Color convert

RGB225204146-
CMYK00.090.350.12
HSL44.05º56.83%72.75%-
HSV(B)44.05º35.11%88.24%-
XYZ57.8361.2735.97-
YUV203.6795.46143.22-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.13%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 146 (57.42% from 255) = 25.39%
R=39.13%
G=35.48%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520414600.090.350.1244.0556.8372.75
HexE1CC920923C2c3949
Octal34131422201143145471111
Binary1110000111001100100100100100110001111001011001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC92; }

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

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

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

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

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

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

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

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