#E1CC9B

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

Shades of Double Colonial White #E1CC9B

Tints of Double Colonial White #E1CC9B

Color information

#E1CC9B (or 0xE1CC9B) is unknown color: approx Double Colonial White. HEX triplet: E1, CC and 9B. RGB value is (225,204,155). Sum of RGB (Red+Green+Blue) = 225+204+155=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 155 (60.94% from 255 or 26.54% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CC9B is #1E3364. Grayscale: #CCCCCC. Windows color (decimal): -1979237 or 10210529. OLE color: 10210529.

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

Color convert

RGB225204155-
CMYK00.090.310.12
HSL42º53.85%74.51%-
HSV(B)42º31.11%88.24%-
XYZ58.5661.5639.81-
YUV204.6999.96142.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.53%
GREEN value IS 204 (80.08% from 255) = 34.93%
BLUE value IS 155 (60.94% from 255) = 26.54%
R=38.53%
G=34.93%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520415500.090.310.124253.8574.51
HexE1CC9B091FC2a364b
Octal34131423301137145266113
Binary111000011100110010011011010011111111001010101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC9B; }

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

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

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

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

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

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

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

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