Shades of Raffia #E0C799
Tints of Raffia #E0C799
RGB
CMYK
RGB Variations
Color information
#E0C799 (or 0xE0C799) is known color: Raffia. HEX triplet: E0, C7 and 99. RGB value is (224,199,153). Sum of RGB (Red+Green+Blue) = 224+199+153=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C799 is #1F3866. Grayscale: #C9C9C9. Windows color (decimal): -2046055 or 10078176. OLE color: 10078176.
HSL color Cylindrical-coordinate representation of color #E0C799: hue angle of 38.87º 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 #E0C799 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 199 | 153 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.12 |
| HSL | 38.87º | 0.53% | 0.74% | - |
| HSV(B) | 38.87º | 0.32% | 0.88% | - |
| XYZ | 56.91 | 58.99 | 38.52 | - |
| YUV | 201.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 199 | 153 | 0 | 0.11 | 0.32 | 0.12 | 38.87 | 0.53 | 0.74 |
| Hex | E0 | C7 | 99 | 0 | B | 20 | C | 27 | 35 | 4A |
| Octal | 340 | 307 | 231 | 0 | 13 | 40 | 14 | 47 | 65 | 112 |
| Binary | 11100000 | 11000111 | 10011001 | 0 | 1011 | 100000 | 1100 | 100111 | 110101 | 1001010 |
Color Harmonies of #E0C799
Complementary color
Monochromatic Colors of #E0C799
Black with #E0C799
Text Example
Text Example
White with #E0C799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C799; }
p { color: rgb(224,199,153); }
H1.HeaderClassName
{
color: #E0C799;
}
.AnyTagClassName
{
color: #E0C799;
}
</style>
background-color css
<style>
a { background-color: #E0C799; }
a { background-color: rgb(224,199,153); }
div.DivClassName
{
background-color: #E0C799;
}
.BgClassName
{
background-color: #E0C799;
}
</style>
border-color css
<style>
span { border-color: #E0C799; }
span { border-color: rgb(224,199,153); }
td.TdClassName
{
border-color: #E0C799;
}
.TagClassName
{
border-color: #E0C799;
}
</style>