Shades of Raffia #E1C49E
Tints of Raffia #E1C49E
RGB
CMYK
RGB Variations
Color information
#E1C49E (or 0xE1C49E) is known color: Raffia. HEX triplet: E1, C4 and 9E. RGB value is (225,196,158). Sum of RGB (Red+Green+Blue) = 225+196+158=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C49E is #1E3B61. Grayscale: #C8C8C8. Windows color (decimal): -1981282 or 10405089. OLE color: 10405089.
HSL color Cylindrical-coordinate representation of color #E1C49E: hue angle of 34.03º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1C49E is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 158 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.12 |
| HSL | 34.03º | 0.53% | 0.75% | - |
| HSV(B) | 34.03º | 0.3% | 0.88% | - |
| XYZ | 56.96 | 57.96 | 40.53 | - |
| YUV | 200.34 | 104.11 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 158 | 0 | 0.13 | 0.30 | 0.12 | 34.03 | 0.53 | 0.75 |
| Hex | E1 | C4 | 9E | 0 | D | 1E | C | 22 | 35 | 4B |
| Octal | 341 | 304 | 236 | 0 | 15 | 36 | 14 | 42 | 65 | 113 |
| Binary | 11100001 | 11000100 | 10011110 | 0 | 1101 | 11110 | 1100 | 100010 | 110101 | 1001011 |
Color Harmonies of #E1C49E
Complementary color
Monochromatic Colors of #E1C49E
Black with #E1C49E
Text Example
Text Example
White with #E1C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C49E; }
p { color: rgb(225,196,158); }
H1.HeaderClassName
{
color: #E1C49E;
}
.AnyTagClassName
{
color: #E1C49E;
}
</style>
background-color css
<style>
a { background-color: #E1C49E; }
a { background-color: rgb(225,196,158); }
div.DivClassName
{
background-color: #E1C49E;
}
.BgClassName
{
background-color: #E1C49E;
}
</style>
border-color css
<style>
span { border-color: #E1C49E; }
span { border-color: rgb(225,196,158); }
td.TdClassName
{
border-color: #E1C49E;
}
.TagClassName
{
border-color: #E1C49E;
}
</style>