Shades of Raffia #E2C496
Tints of Raffia #E2C496
RGB
CMYK
RGB Variations
Color information
#E2C496 (or 0xE2C496) is known color: Raffia. HEX triplet: E2, C4 and 96. RGB value is (226,196,150). Sum of RGB (Red+Green+Blue) = 226+196+150=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C496 is #1D3B69. Grayscale: #C7C7C7. Windows color (decimal): -1915754 or 9880802. OLE color: 9880802.
HSL color Cylindrical-coordinate representation of color #E2C496: hue angle of 36.32º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2C496 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 196 | 150 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.11 |
| HSL | 36.32º | 0.57% | 0.74% | - |
| HSV(B) | 36.32º | 0.34% | 0.89% | - |
| XYZ | 56.61 | 57.85 | 37.04 | - |
| YUV | 199.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 150 | 0 | 0.13 | 0.34 | 0.11 | 36.32 | 0.57 | 0.74 |
| Hex | E2 | C4 | 96 | 0 | D | 22 | B | 24 | 39 | 4A |
| Octal | 342 | 304 | 226 | 0 | 15 | 42 | 13 | 44 | 71 | 112 |
| Binary | 11100010 | 11000100 | 10010110 | 0 | 1101 | 100010 | 1011 | 100100 | 111001 | 1001010 |
Color Harmonies of #E2C496
Complementary color
Monochromatic Colors of #E2C496
Black with #E2C496
Text Example
Text Example
White with #E2C496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C496; }
p { color: rgb(226,196,150); }
H1.HeaderClassName
{
color: #E2C496;
}
.AnyTagClassName
{
color: #E2C496;
}
</style>
background-color css
<style>
a { background-color: #E2C496; }
a { background-color: rgb(226,196,150); }
div.DivClassName
{
background-color: #E2C496;
}
.BgClassName
{
background-color: #E2C496;
}
</style>
border-color css
<style>
span { border-color: #E2C496; }
span { border-color: rgb(226,196,150); }
td.TdClassName
{
border-color: #E2C496;
}
.TagClassName
{
border-color: #E2C496;
}
</style>