Shades of Raffia #E0C596
Tints of Raffia #E0C596
RGB
CMYK
RGB Variations
Color information
#E0C596 (or 0xE0C596) is known color: Raffia. HEX triplet: E0, C5 and 96. RGB value is (224,197,150). Sum of RGB (Red+Green+Blue) = 224+197+150=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C596 is #1F3A69. Grayscale: #C7C7C7. Windows color (decimal): -2046570 or 9881056. OLE color: 9881056.
HSL color Cylindrical-coordinate representation of color #E0C596: hue angle of 38.11º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0C596 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 150 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.12 |
| HSL | 38.11º | 0.54% | 0.73% | - |
| HSV(B) | 38.11º | 0.33% | 0.88% | - |
| XYZ | 56.21 | 57.98 | 37.08 | - |
| YUV | 199.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 150 | 0 | 0.12 | 0.33 | 0.12 | 38.11 | 0.54 | 0.73 |
| Hex | E0 | C5 | 96 | 0 | C | 21 | C | 26 | 36 | 49 |
| Octal | 340 | 305 | 226 | 0 | 14 | 41 | 14 | 46 | 66 | 111 |
| Binary | 11100000 | 11000101 | 10010110 | 0 | 1100 | 100001 | 1100 | 100110 | 110110 | 1001001 |
Color Harmonies of #E0C596
Complementary color
Monochromatic Colors of #E0C596
Black with #E0C596
Text Example
Text Example
White with #E0C596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C596; }
p { color: rgb(224,197,150); }
H1.HeaderClassName
{
color: #E0C596;
}
.AnyTagClassName
{
color: #E0C596;
}
</style>
background-color css
<style>
a { background-color: #E0C596; }
a { background-color: rgb(224,197,150); }
div.DivClassName
{
background-color: #E0C596;
}
.BgClassName
{
background-color: #E0C596;
}
</style>
border-color css
<style>
span { border-color: #E0C596; }
span { border-color: rgb(224,197,150); }
td.TdClassName
{
border-color: #E0C596;
}
.TagClassName
{
border-color: #E0C596;
}
</style>