#E1CCAA

Color #E1CCAA Raffia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raffia #E1CCAA

Tints of Raffia #E1CCAA

Color information

#E1CCAA (or 0xE1CCAA) is unknown color: approx Raffia. HEX triplet: E1, CC and AA. RGB value is (225,204,170). Sum of RGB (Red+Green+Blue) = 225+204+170=599 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.56% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 170 (66.80% from 255 or 28.38% from 599); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCAA is #1E3355. Grayscale: #CECECE. Windows color (decimal): -1979222 or 11193569. OLE color: 11193569.

HSL color Cylindrical-coordinate representation of color #E1CCAA: hue angle of 37.09º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1CCAA is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225204170-
CMYK00.090.240.12
HSL37.09º47.83%77.45%-
HSV(B)37.09º24.44%88.24%-
XYZ59.962.146.86-
YUV206.4107.46141.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.56%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 170 (66.80% from 255) = 28.38%
R=37.56%
G=34.06%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520417000.090.240.1237.0947.8377.45
HexE1CCAA0918C25304d
Octal34131425201130144560115
Binary111000011100110010101010010011100011001001011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCAA; }

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

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

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

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

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

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

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

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