Shades of Raffia #E0C595
Tints of Raffia #E0C595
RGB
CMYK
RGB Variations
Color information
#E0C595 (or 0xE0C595) is known color: Raffia. HEX triplet: E0, C5 and 95. RGB value is (224,197,149). Sum of RGB (Red+Green+Blue) = 224+197+149=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C595 is #1F3A6A. Grayscale: #C7C7C7. Windows color (decimal): -2046571 or 9815520. OLE color: 9815520.
HSL color Cylindrical-coordinate representation of color #E0C595: hue angle of 38.4º degrees, saturation: 0.55, 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 #E0C595 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 149 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.12 |
| HSL | 38.4º | 0.55% | 0.73% | - |
| HSV(B) | 38.4º | 0.33% | 0.88% | - |
| XYZ | 56.13 | 57.95 | 36.66 | - |
| YUV | 199.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 149 | 0 | 0.12 | 0.33 | 0.12 | 38.4 | 0.55 | 0.73 |
| Hex | E0 | C5 | 95 | 0 | C | 21 | C | 26 | 37 | 49 |
| Octal | 340 | 305 | 225 | 0 | 14 | 41 | 14 | 46 | 67 | 111 |
| Binary | 11100000 | 11000101 | 10010101 | 0 | 1100 | 100001 | 1100 | 100110 | 110111 | 1001001 |
Color Harmonies of #E0C595
Complementary color
Monochromatic Colors of #E0C595
Black with #E0C595
Text Example
Text Example
White with #E0C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C595; }
p { color: rgb(224,197,149); }
H1.HeaderClassName
{
color: #E0C595;
}
.AnyTagClassName
{
color: #E0C595;
}
</style>
background-color css
<style>
a { background-color: #E0C595; }
a { background-color: rgb(224,197,149); }
div.DivClassName
{
background-color: #E0C595;
}
.BgClassName
{
background-color: #E0C595;
}
</style>
border-color css
<style>
span { border-color: #E0C595; }
span { border-color: rgb(224,197,149); }
td.TdClassName
{
border-color: #E0C595;
}
.TagClassName
{
border-color: #E0C595;
}
</style>