Shades of Raffia #E1CBA0
Tints of Raffia #E1CBA0
RGB
CMYK
RGB Variations
Color information
#E1CBA0 (or 0xE1CBA0) is known color: Raffia. HEX triplet: E1, CB and A0. RGB value is (225,203,160). Sum of RGB (Red+Green+Blue) = 225+203+160=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CBA0 is #1E345F. Grayscale: #CCCCCC. Windows color (decimal): -1979488 or 10537953. OLE color: 10537953.
HSL color Cylindrical-coordinate representation of color #E1CBA0: hue angle of 39.69º 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 #E1CBA0 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 160 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.12 |
| HSL | 39.69º | 0.52% | 0.75% | - |
| HSV(B) | 39.69º | 0.29% | 0.88% | - |
| XYZ | 58.75 | 61.26 | 41.99 | - |
| YUV | 204.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 160 | 0 | 0.10 | 0.29 | 0.12 | 39.69 | 0.52 | 0.75 |
| Hex | E1 | CB | A0 | 0 | A | 1D | C | 28 | 34 | 4B |
| Octal | 341 | 313 | 240 | 0 | 12 | 35 | 14 | 50 | 64 | 113 |
| Binary | 11100001 | 11001011 | 10100000 | 0 | 1010 | 11101 | 1100 | 101000 | 110100 | 1001011 |
Color Harmonies of #E1CBA0
Complementary color
Monochromatic Colors of #E1CBA0
Black with #E1CBA0
Text Example
Text Example
White with #E1CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBA0; }
p { color: rgb(225,203,160); }
H1.HeaderClassName
{
color: #E1CBA0;
}
.AnyTagClassName
{
color: #E1CBA0;
}
</style>
background-color css
<style>
a { background-color: #E1CBA0; }
a { background-color: rgb(225,203,160); }
div.DivClassName
{
background-color: #E1CBA0;
}
.BgClassName
{
background-color: #E1CBA0;
}
</style>
border-color css
<style>
span { border-color: #E1CBA0; }
span { border-color: rgb(225,203,160); }
td.TdClassName
{
border-color: #E1CBA0;
}
.TagClassName
{
border-color: #E1CBA0;
}
</style>