Shades of Raffia #E2C499
Tints of Raffia #E2C499
RGB
CMYK
RGB Variations
Color information
#E2C499 (or 0xE2C499) is known color: Raffia. HEX triplet: E2, C4 and 99. RGB value is (226,196,153). Sum of RGB (Red+Green+Blue) = 226+196+153=575 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.30% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C499 is #1D3B66. Grayscale: #C8C8C8. Windows color (decimal): -1915751 or 10077410. OLE color: 10077410.
HSL color Cylindrical-coordinate representation of color #E2C499: hue angle of 35.34º 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 #E2C499 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 196 | 153 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.11 |
| HSL | 35.34º | 0.56% | 0.74% | - |
| HSV(B) | 35.34º | 0.32% | 0.89% | - |
| XYZ | 56.85 | 57.95 | 38.33 | - |
| YUV | 200.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 153 | 0 | 0.13 | 0.32 | 0.11 | 35.34 | 0.56 | 0.74 |
| Hex | E2 | C4 | 99 | 0 | D | 20 | B | 23 | 38 | 4A |
| Octal | 342 | 304 | 231 | 0 | 15 | 40 | 13 | 43 | 70 | 112 |
| Binary | 11100010 | 11000100 | 10011001 | 0 | 1101 | 100000 | 1011 | 100011 | 111000 | 1001010 |
Color Harmonies of #E2C499
Complementary color
Monochromatic Colors of #E2C499
Black with #E2C499
Text Example
Text Example
White with #E2C499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C499; }
p { color: rgb(226,196,153); }
H1.HeaderClassName
{
color: #E2C499;
}
.AnyTagClassName
{
color: #E2C499;
}
</style>
background-color css
<style>
a { background-color: #E2C499; }
a { background-color: rgb(226,196,153); }
div.DivClassName
{
background-color: #E2C499;
}
.BgClassName
{
background-color: #E2C499;
}
</style>
border-color css
<style>
span { border-color: #E2C499; }
span { border-color: rgb(226,196,153); }
td.TdClassName
{
border-color: #E2C499;
}
.TagClassName
{
border-color: #E2C499;
}
</style>