Shades of Raffia #E0C299
Tints of Raffia #E0C299
RGB
CMYK
RGB Variations
Color information
#E0C299 (or 0xE0C299) is known color: Raffia. HEX triplet: E0, C2 and 99. RGB value is (224,194,153). Sum of RGB (Red+Green+Blue) = 224+194+153=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 153 (60.16% from 255 or 26.80% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C299 is #1F3D66. Grayscale: #C6C6C6. Windows color (decimal): -2047335 or 10076896. OLE color: 10076896.
HSL color Cylindrical-coordinate representation of color #E0C299: hue angle of 34.65º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E0C299 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 194 | 153 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.12 |
| HSL | 34.65º | 0.53% | 0.74% | - |
| HSV(B) | 34.65º | 0.32% | 0.88% | - |
| XYZ | 55.78 | 56.73 | 38.15 | - |
| YUV | 198.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 153 | 0 | 0.13 | 0.32 | 0.12 | 34.65 | 0.53 | 0.74 |
| Hex | E0 | C2 | 99 | 0 | D | 20 | C | 23 | 35 | 4A |
| Octal | 340 | 302 | 231 | 0 | 15 | 40 | 14 | 43 | 65 | 112 |
| Binary | 11100000 | 11000010 | 10011001 | 0 | 1101 | 100000 | 1100 | 100011 | 110101 | 1001010 |
Color Harmonies of #E0C299
Complementary color
Monochromatic Colors of #E0C299
Black with #E0C299
Text Example
Text Example
White with #E0C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C299; }
p { color: rgb(224,194,153); }
H1.HeaderClassName
{
color: #E0C299;
}
.AnyTagClassName
{
color: #E0C299;
}
</style>
background-color css
<style>
a { background-color: #E0C299; }
a { background-color: rgb(224,194,153); }
div.DivClassName
{
background-color: #E0C299;
}
.BgClassName
{
background-color: #E0C299;
}
</style>
border-color css
<style>
span { border-color: #E0C299; }
span { border-color: rgb(224,194,153); }
td.TdClassName
{
border-color: #E0C299;
}
.TagClassName
{
border-color: #E0C299;
}
</style>