Shades of Raffia #E1C49A
Tints of Raffia #E1C49A
RGB
CMYK
RGB Variations
Color information
#E1C49A (or 0xE1C49A) is known color: Raffia. HEX triplet: E1, C4 and 9A. RGB value is (225,196,154). Sum of RGB (Red+Green+Blue) = 225+196+154=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 154 (60.55% from 255 or 26.78% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C49A is #1E3B65. Grayscale: #C8C8C8. Windows color (decimal): -1981286 or 10142945. OLE color: 10142945.
HSL color Cylindrical-coordinate representation of color #E1C49A: hue angle of 35.49º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1C49A is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 154 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.12 |
| HSL | 35.49º | 0.54% | 0.74% | - |
| HSV(B) | 35.49º | 0.32% | 0.88% | - |
| XYZ | 56.62 | 57.82 | 38.75 | - |
| YUV | 199.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 154 | 0 | 0.13 | 0.32 | 0.12 | 35.49 | 0.54 | 0.74 |
| Hex | E1 | C4 | 9A | 0 | D | 20 | C | 23 | 36 | 4A |
| Octal | 341 | 304 | 232 | 0 | 15 | 40 | 14 | 43 | 66 | 112 |
| Binary | 11100001 | 11000100 | 10011010 | 0 | 1101 | 100000 | 1100 | 100011 | 110110 | 1001010 |
Color Harmonies of #E1C49A
Complementary color
Monochromatic Colors of #E1C49A
Black with #E1C49A
Text Example
Text Example
White with #E1C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C49A; }
p { color: rgb(225,196,154); }
H1.HeaderClassName
{
color: #E1C49A;
}
.AnyTagClassName
{
color: #E1C49A;
}
</style>
background-color css
<style>
a { background-color: #E1C49A; }
a { background-color: rgb(225,196,154); }
div.DivClassName
{
background-color: #E1C49A;
}
.BgClassName
{
background-color: #E1C49A;
}
</style>
border-color css
<style>
span { border-color: #E1C49A; }
span { border-color: rgb(225,196,154); }
td.TdClassName
{
border-color: #E1C49A;
}
.TagClassName
{
border-color: #E1C49A;
}
</style>