Shades of Raffia #E2C49B
Tints of Raffia #E2C49B
RGB
CMYK
RGB Variations
Color information
#E2C49B (or 0xE2C49B) is known color: Raffia. HEX triplet: E2, C4 and 9B. RGB value is (226,196,155). Sum of RGB (Red+Green+Blue) = 226+196+155=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C49B is #1D3B64. Grayscale: #C8C8C8. Windows color (decimal): -1915749 or 10208482. OLE color: 10208482.
HSL color Cylindrical-coordinate representation of color #E2C49B: hue angle of 34.65º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2C49B is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 196 | 155 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.11 |
| HSL | 34.65º | 0.55% | 0.75% | - |
| HSV(B) | 34.65º | 0.31% | 0.89% | - |
| XYZ | 57.02 | 58.02 | 39.2 | - |
| YUV | 200.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 196 | 155 | 0 | 0.13 | 0.31 | 0.11 | 34.65 | 0.55 | 0.75 |
| Hex | E2 | C4 | 9B | 0 | D | 1F | B | 23 | 37 | 4B |
| Octal | 342 | 304 | 233 | 0 | 15 | 37 | 13 | 43 | 67 | 113 |
| Binary | 11100010 | 11000100 | 10011011 | 0 | 1101 | 11111 | 1011 | 100011 | 110111 | 1001011 |
Color Harmonies of #E2C49B
Complementary color
Monochromatic Colors of #E2C49B
Black with #E2C49B
Text Example
Text Example
White with #E2C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C49B; }
p { color: rgb(226,196,155); }
H1.HeaderClassName
{
color: #E2C49B;
}
.AnyTagClassName
{
color: #E2C49B;
}
</style>
background-color css
<style>
a { background-color: #E2C49B; }
a { background-color: rgb(226,196,155); }
div.DivClassName
{
background-color: #E2C49B;
}
.BgClassName
{
background-color: #E2C49B;
}
</style>
border-color css
<style>
span { border-color: #E2C49B; }
span { border-color: rgb(226,196,155); }
td.TdClassName
{
border-color: #E2C49B;
}
.TagClassName
{
border-color: #E2C49B;
}
</style>