Shades of Raffia #E2C599
Tints of Raffia #E2C599
RGB
CMYK
RGB Variations
Color information
#E2C599 (or 0xE2C599) is known color: Raffia. HEX triplet: E2, C5 and 99. RGB value is (226,197,153). Sum of RGB (Red+Green+Blue) = 226+197+153=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 153 (60.16% from 255 or 26.56% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C599 is #1D3A66. Grayscale: #C8C8C8. Windows color (decimal): -1915495 or 10077666. OLE color: 10077666.
HSL color Cylindrical-coordinate representation of color #E2C599: hue angle of 36.16º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2C599 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 153 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.11 |
| HSL | 36.16º | 0.56% | 0.74% | - |
| HSV(B) | 36.16º | 0.32% | 0.89% | - |
| XYZ | 57.08 | 58.4 | 38.4 | - |
| YUV | 200.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 153 | 0 | 0.13 | 0.32 | 0.11 | 36.16 | 0.56 | 0.74 |
| Hex | E2 | C5 | 99 | 0 | D | 20 | B | 24 | 38 | 4A |
| Octal | 342 | 305 | 231 | 0 | 15 | 40 | 13 | 44 | 70 | 112 |
| Binary | 11100010 | 11000101 | 10011001 | 0 | 1101 | 100000 | 1011 | 100100 | 111000 | 1001010 |
Color Harmonies of #E2C599
Complementary color
Monochromatic Colors of #E2C599
Black with #E2C599
Text Example
Text Example
White with #E2C599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C599; }
p { color: rgb(226,197,153); }
H1.HeaderClassName
{
color: #E2C599;
}
.AnyTagClassName
{
color: #E2C599;
}
</style>
background-color css
<style>
a { background-color: #E2C599; }
a { background-color: rgb(226,197,153); }
div.DivClassName
{
background-color: #E2C599;
}
.BgClassName
{
background-color: #E2C599;
}
</style>
border-color css
<style>
span { border-color: #E2C599; }
span { border-color: rgb(226,197,153); }
td.TdClassName
{
border-color: #E2C599;
}
.TagClassName
{
border-color: #E2C599;
}
</style>