Shades of Raffia #E1CBA8
Tints of Raffia #E1CBA8
RGB
CMYK
RGB Variations
Color information
#E1CBA8 (or 0xE1CBA8) is known color: Raffia. HEX triplet: E1, CB and A8. RGB value is (225,203,168). Sum of RGB (Red+Green+Blue) = 225+203+168=596 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.75% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CBA8 is #1E3457. Grayscale: #CDCDCD. Windows color (decimal): -1979480 or 11062241. OLE color: 11062241.
HSL color Cylindrical-coordinate representation of color #E1CBA8: hue angle of 36.84º 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 #E1CBA8 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 168 | - |
| CMYK | 0 | 0.10 | 0.25 | 0.12 |
| HSL | 36.84º | 0.49% | 0.77% | - |
| HSV(B) | 36.84º | 0.25% | 0.88% | - |
| XYZ | 59.48 | 61.55 | 45.79 | - |
| YUV | 205.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 168 | 0 | 0.10 | 0.25 | 0.12 | 36.84 | 0.49 | 0.77 |
| Hex | E1 | CB | A8 | 0 | A | 19 | C | 25 | 31 | 4D |
| Octal | 341 | 313 | 250 | 0 | 12 | 31 | 14 | 45 | 61 | 115 |
| Binary | 11100001 | 11001011 | 10101000 | 0 | 1010 | 11001 | 1100 | 100101 | 110001 | 1001101 |
Color Harmonies of #E1CBA8
Complementary color
Monochromatic Colors of #E1CBA8
Black with #E1CBA8
Text Example
Text Example
White with #E1CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBA8; }
p { color: rgb(225,203,168); }
H1.HeaderClassName
{
color: #E1CBA8;
}
.AnyTagClassName
{
color: #E1CBA8;
}
</style>
background-color css
<style>
a { background-color: #E1CBA8; }
a { background-color: rgb(225,203,168); }
div.DivClassName
{
background-color: #E1CBA8;
}
.BgClassName
{
background-color: #E1CBA8;
}
</style>
border-color css
<style>
span { border-color: #E1CBA8; }
span { border-color: rgb(225,203,168); }
td.TdClassName
{
border-color: #E1CBA8;
}
.TagClassName
{
border-color: #E1CBA8;
}
</style>