Shades of Raffia #E0C498
Tints of Raffia #E0C498
RGB
CMYK
RGB Variations
Color information
#E0C498 (or 0xE0C498) is known color: Raffia. HEX triplet: E0, C4 and 98. RGB value is (224,196,152). Sum of RGB (Red+Green+Blue) = 224+196+152=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 152 (59.77% from 255 or 26.57% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C498 is #1F3B67. Grayscale: #C7C7C7. Windows color (decimal): -2046824 or 10011872. OLE color: 10011872.
HSL color Cylindrical-coordinate representation of color #E0C498: hue angle of 36.67º degrees, saturation: 0.54, 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 #E0C498 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 152 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.12 |
| HSL | 36.67º | 0.54% | 0.74% | - |
| HSV(B) | 36.67º | 0.32% | 0.88% | - |
| XYZ | 56.15 | 57.59 | 37.86 | - |
| YUV | 199.36 | 101.28 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 152 | 0 | 0.12 | 0.32 | 0.12 | 36.67 | 0.54 | 0.74 |
| Hex | E0 | C4 | 98 | 0 | C | 20 | C | 25 | 36 | 4A |
| Octal | 340 | 304 | 230 | 0 | 14 | 40 | 14 | 45 | 66 | 112 |
| Binary | 11100000 | 11000100 | 10011000 | 0 | 1100 | 100000 | 1100 | 100101 | 110110 | 1001010 |
Color Harmonies of #E0C498
Complementary color
Monochromatic Colors of #E0C498
Black with #E0C498
Text Example
Text Example
White with #E0C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C498; }
p { color: rgb(224,196,152); }
H1.HeaderClassName
{
color: #E0C498;
}
.AnyTagClassName
{
color: #E0C498;
}
</style>
background-color css
<style>
a { background-color: #E0C498; }
a { background-color: rgb(224,196,152); }
div.DivClassName
{
background-color: #E0C498;
}
.BgClassName
{
background-color: #E0C498;
}
</style>
border-color css
<style>
span { border-color: #E0C498; }
span { border-color: rgb(224,196,152); }
td.TdClassName
{
border-color: #E0C498;
}
.TagClassName
{
border-color: #E0C498;
}
</style>