Shades of Raffia #E1C29A
Tints of Raffia #E1C29A
RGB
CMYK
RGB Variations
Color information
#E1C29A (or 0xE1C29A) is known color: Raffia. HEX triplet: E1, C2 and 9A. RGB value is (225,194,154). Sum of RGB (Red+Green+Blue) = 225+194+154=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 154 (60.55% from 255 or 26.88% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C29A is #1E3D65. Grayscale: #C6C6C6. Windows color (decimal): -1981798 or 10142433. OLE color: 10142433.
HSL color Cylindrical-coordinate representation of color #E1C29A: hue angle of 33.8º 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 #E1C29A is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 154 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.12 |
| HSL | 33.8º | 0.54% | 0.74% | - |
| HSV(B) | 33.8º | 0.32% | 0.88% | - |
| XYZ | 56.18 | 56.92 | 38.6 | - |
| YUV | 198.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 154 | 0 | 0.14 | 0.32 | 0.12 | 33.8 | 0.54 | 0.74 |
| Hex | E1 | C2 | 9A | 0 | E | 20 | C | 22 | 36 | 4A |
| Octal | 341 | 302 | 232 | 0 | 16 | 40 | 14 | 42 | 66 | 112 |
| Binary | 11100001 | 11000010 | 10011010 | 0 | 1110 | 100000 | 1100 | 100010 | 110110 | 1001010 |
Color Harmonies of #E1C29A
Complementary color
Monochromatic Colors of #E1C29A
Black with #E1C29A
Text Example
Text Example
White with #E1C29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C29A; }
p { color: rgb(225,194,154); }
H1.HeaderClassName
{
color: #E1C29A;
}
.AnyTagClassName
{
color: #E1C29A;
}
</style>
background-color css
<style>
a { background-color: #E1C29A; }
a { background-color: rgb(225,194,154); }
div.DivClassName
{
background-color: #E1C29A;
}
.BgClassName
{
background-color: #E1C29A;
}
</style>
border-color css
<style>
span { border-color: #E1C29A; }
span { border-color: rgb(225,194,154); }
td.TdClassName
{
border-color: #E1C29A;
}
.TagClassName
{
border-color: #E1C29A;
}
</style>