Shades of Raffia #E1CCA0
Tints of Raffia #E1CCA0
RGB
CMYK
RGB Variations
Color information
#E1CCA0 (or 0xE1CCA0) is known color: Raffia. HEX triplet: E1, CC and A0. RGB value is (225,204,160). Sum of RGB (Red+Green+Blue) = 225+204+160=589 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.20% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCA0 is #1E335F. Grayscale: #CDCDCD. Windows color (decimal): -1979232 or 10538209. OLE color: 10538209.
HSL color Cylindrical-coordinate representation of color #E1CCA0: hue angle of 40.62º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E1CCA0 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 160 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.12 |
| HSL | 40.62º | 0.52% | 0.75% | - |
| HSV(B) | 40.62º | 0.29% | 0.88% | - |
| XYZ | 58.99 | 61.73 | 42.06 | - |
| YUV | 205.26 | 102.46 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 160 | 0 | 0.09 | 0.29 | 0.12 | 40.62 | 0.52 | 0.75 |
| Hex | E1 | CC | A0 | 0 | 9 | 1D | C | 29 | 34 | 4B |
| Octal | 341 | 314 | 240 | 0 | 11 | 35 | 14 | 51 | 64 | 113 |
| Binary | 11100001 | 11001100 | 10100000 | 0 | 1001 | 11101 | 1100 | 101001 | 110100 | 1001011 |
Color Harmonies of #E1CCA0
Complementary color
Monochromatic Colors of #E1CCA0
Black with #E1CCA0
Text Example
Text Example
White with #E1CCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCA0; }
p { color: rgb(225,204,160); }
H1.HeaderClassName
{
color: #E1CCA0;
}
.AnyTagClassName
{
color: #E1CCA0;
}
</style>
background-color css
<style>
a { background-color: #E1CCA0; }
a { background-color: rgb(225,204,160); }
div.DivClassName
{
background-color: #E1CCA0;
}
.BgClassName
{
background-color: #E1CCA0;
}
</style>
border-color css
<style>
span { border-color: #E1CCA0; }
span { border-color: rgb(225,204,160); }
td.TdClassName
{
border-color: #E1CCA0;
}
.TagClassName
{
border-color: #E1CCA0;
}
</style>