Shades of Raffia #E0CBA6
Tints of Raffia #E0CBA6
RGB
CMYK
RGB Variations
Color information
#E0CBA6 (or 0xE0CBA6) is known color: Raffia. HEX triplet: E0, CB and A6. RGB value is (224,203,166). Sum of RGB (Red+Green+Blue) = 224+203+166=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CBA6 is #1F3459. Grayscale: #CDCDCD. Windows color (decimal): -2045018 or 10931168. OLE color: 10931168.
HSL color Cylindrical-coordinate representation of color #E0CBA6: hue angle of 38.28º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0CBA6 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 166 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.12 |
| HSL | 38.28º | 0.48% | 0.76% | - |
| HSV(B) | 38.28º | 0.26% | 0.88% | - |
| XYZ | 58.98 | 61.31 | 44.8 | - |
| YUV | 205.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 166 | 0 | 0.09 | 0.26 | 0.12 | 38.28 | 0.48 | 0.76 |
| Hex | E0 | CB | A6 | 0 | 9 | 1A | C | 26 | 30 | 4C |
| Octal | 340 | 313 | 246 | 0 | 11 | 32 | 14 | 46 | 60 | 114 |
| Binary | 11100000 | 11001011 | 10100110 | 0 | 1001 | 11010 | 1100 | 100110 | 110000 | 1001100 |
Color Harmonies of #E0CBA6
Complementary color
Monochromatic Colors of #E0CBA6
Black with #E0CBA6
Text Example
Text Example
White with #E0CBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CBA6; }
p { color: rgb(224,203,166); }
H1.HeaderClassName
{
color: #E0CBA6;
}
.AnyTagClassName
{
color: #E0CBA6;
}
</style>
background-color css
<style>
a { background-color: #E0CBA6; }
a { background-color: rgb(224,203,166); }
div.DivClassName
{
background-color: #E0CBA6;
}
.BgClassName
{
background-color: #E0CBA6;
}
</style>
border-color css
<style>
span { border-color: #E0CBA6; }
span { border-color: rgb(224,203,166); }
td.TdClassName
{
border-color: #E0CBA6;
}
.TagClassName
{
border-color: #E0CBA6;
}
</style>