Shades of Raffia #E1CCA8
Tints of Raffia #E1CCA8
RGB
CMYK
RGB Variations
Color information
#E1CCA8 (or 0xE1CCA8) is known color: Raffia. HEX triplet: E1, CC and A8. RGB value is (225,204,168). Sum of RGB (Red+Green+Blue) = 225+204+168=597 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.69% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCA8 is #1E3357. Grayscale: #CECECE. Windows color (decimal): -1979224 or 11062497. OLE color: 11062497.
HSL color Cylindrical-coordinate representation of color #E1CCA8: hue angle of 37.89º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1CCA8 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 168 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.12 |
| HSL | 37.89º | 0.49% | 0.77% | - |
| HSV(B) | 37.89º | 0.25% | 0.88% | - |
| XYZ | 59.71 | 62.02 | 45.87 | - |
| YUV | 206.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 168 | 0 | 0.09 | 0.25 | 0.12 | 37.89 | 0.49 | 0.77 |
| Hex | E1 | CC | A8 | 0 | 9 | 19 | C | 26 | 31 | 4D |
| Octal | 341 | 314 | 250 | 0 | 11 | 31 | 14 | 46 | 61 | 115 |
| Binary | 11100001 | 11001100 | 10101000 | 0 | 1001 | 11001 | 1100 | 100110 | 110001 | 1001101 |
Color Harmonies of #E1CCA8
Complementary color
Monochromatic Colors of #E1CCA8
Black with #E1CCA8
Text Example
Text Example
White with #E1CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCA8; }
p { color: rgb(225,204,168); }
H1.HeaderClassName
{
color: #E1CCA8;
}
.AnyTagClassName
{
color: #E1CCA8;
}
</style>
background-color css
<style>
a { background-color: #E1CCA8; }
a { background-color: rgb(225,204,168); }
div.DivClassName
{
background-color: #E1CCA8;
}
.BgClassName
{
background-color: #E1CCA8;
}
</style>
border-color css
<style>
span { border-color: #E1CCA8; }
span { border-color: rgb(225,204,168); }
td.TdClassName
{
border-color: #E1CCA8;
}
.TagClassName
{
border-color: #E1CCA8;
}
</style>