Shades of Raffia #E0CCA1
Tints of Raffia #E0CCA1
RGB
CMYK
RGB Variations
Color information
#E0CCA1 (or 0xE0CCA1) is known color: Raffia. HEX triplet: E0, CC and A1. RGB value is (224,204,161). Sum of RGB (Red+Green+Blue) = 224+204+161=589 (78% of max value = 765). Red value is 224 (87.89% from 255 or 38.03% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 161 (63.28% from 255 or 27.33% from 589); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CCA1 is #1F335E. Grayscale: #CDCDCD. Windows color (decimal): -2044767 or 10603744. OLE color: 10603744.
HSL color Cylindrical-coordinate representation of color #E0CCA1: hue angle of 40.95º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0CCA1 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 204 | 161 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.12 |
| HSL | 40.95º | 0.5% | 0.75% | - |
| HSV(B) | 40.95º | 0.28% | 0.88% | - |
| XYZ | 58.77 | 61.61 | 42.51 | - |
| YUV | 205.08 | 103.13 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 204 | 161 | 0 | 0.09 | 0.28 | 0.12 | 40.95 | 0.5 | 0.75 |
| Hex | E0 | CC | A1 | 0 | 9 | 1C | C | 29 | 32 | 4B |
| Octal | 340 | 314 | 241 | 0 | 11 | 34 | 14 | 51 | 62 | 113 |
| Binary | 11100000 | 11001100 | 10100001 | 0 | 1001 | 11100 | 1100 | 101001 | 110010 | 1001011 |
Color Harmonies of #E0CCA1
Complementary color
Monochromatic Colors of #E0CCA1
Black with #E0CCA1
Text Example
Text Example
White with #E0CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CCA1; }
p { color: rgb(224,204,161); }
H1.HeaderClassName
{
color: #E0CCA1;
}
.AnyTagClassName
{
color: #E0CCA1;
}
</style>
background-color css
<style>
a { background-color: #E0CCA1; }
a { background-color: rgb(224,204,161); }
div.DivClassName
{
background-color: #E0CCA1;
}
.BgClassName
{
background-color: #E0CCA1;
}
</style>
border-color css
<style>
span { border-color: #E0CCA1; }
span { border-color: rgb(224,204,161); }
td.TdClassName
{
border-color: #E0CCA1;
}
.TagClassName
{
border-color: #E0CCA1;
}
</style>