Shades of Raffia #E1CCA9
Tints of Raffia #E1CCA9
RGB
CMYK
RGB Variations
Color information
#E1CCA9 (or 0xE1CCA9) is known color: Raffia. HEX triplet: E1, CC and A9. RGB value is (225,204,169). Sum of RGB (Red+Green+Blue) = 225+204+169=598 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.63% from 598); Green value is 204 (80.08% from 255 or 34.11% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCA9 is #1E3356. Grayscale: #CECECE. Windows color (decimal): -1979223 or 11128033. OLE color: 11128033.
HSL color Cylindrical-coordinate representation of color #E1CCA9: hue angle of 37.5º degrees, saturation: 0.48, 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 #E1CCA9 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 169 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.12 |
| HSL | 37.5º | 0.48% | 0.77% | - |
| HSV(B) | 37.5º | 0.25% | 0.88% | - |
| XYZ | 59.81 | 62.06 | 46.36 | - |
| YUV | 206.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 169 | 0 | 0.09 | 0.25 | 0.12 | 37.5 | 0.48 | 0.77 |
| Hex | E1 | CC | A9 | 0 | 9 | 19 | C | 26 | 30 | 4D |
| Octal | 341 | 314 | 251 | 0 | 11 | 31 | 14 | 46 | 60 | 115 |
| Binary | 11100001 | 11001100 | 10101001 | 0 | 1001 | 11001 | 1100 | 100110 | 110000 | 1001101 |
Color Harmonies of #E1CCA9
Complementary color
Monochromatic Colors of #E1CCA9
Black with #E1CCA9
Text Example
Text Example
White with #E1CCA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCA9; }
p { color: rgb(225,204,169); }
H1.HeaderClassName
{
color: #E1CCA9;
}
.AnyTagClassName
{
color: #E1CCA9;
}
</style>
background-color css
<style>
a { background-color: #E1CCA9; }
a { background-color: rgb(225,204,169); }
div.DivClassName
{
background-color: #E1CCA9;
}
.BgClassName
{
background-color: #E1CCA9;
}
</style>
border-color css
<style>
span { border-color: #E1CCA9; }
span { border-color: rgb(225,204,169); }
td.TdClassName
{
border-color: #E1CCA9;
}
.TagClassName
{
border-color: #E1CCA9;
}
</style>