Shades of Raffia #E1CCAA
Tints of Raffia #E1CCAA
RGB
CMYK
RGB Variations
Color information
#E1CCAA (or 0xE1CCAA) is known color: 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
| RGB | 225 | 204 | 170 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.12 |
| HSL | 37.09º | 0.48% | 0.77% | - |
| HSV(B) | 37.09º | 0.24% | 0.88% | - |
| XYZ | 59.9 | 62.1 | 46.86 | - |
| YUV | 206.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 170 | 0 | 0.09 | 0.24 | 0.12 | 37.09 | 0.48 | 0.77 |
| Hex | E1 | CC | AA | 0 | 9 | 18 | C | 25 | 30 | 4D |
| Octal | 341 | 314 | 252 | 0 | 11 | 30 | 14 | 45 | 60 | 115 |
| Binary | 11100001 | 11001100 | 10101010 | 0 | 1001 | 11000 | 1100 | 100101 | 110000 | 1001101 |
Color Harmonies of #E1CCAA
Complementary color
Monochromatic Colors of #E1CCAA
Black with #E1CCAA
Text Example
Text Example
White with #E1CCAA
Text Example
Text Example
HTML Codes & Css Web 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>