Shades of Raffia #E1C19B
Tints of Raffia #E1C19B
RGB
CMYK
RGB Variations
Color information
#E1C19B (or 0xE1C19B) is known color: Raffia. HEX triplet: E1, C1 and 9B. RGB value is (225,193,155). Sum of RGB (Red+Green+Blue) = 225+193+155=573 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.27% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C19B is #1E3E64. Grayscale: #C6C6C6. Windows color (decimal): -1982053 or 10207713. OLE color: 10207713.
HSL color Cylindrical-coordinate representation of color #E1C19B: hue angle of 32.57º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1C19B is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 155 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.12 |
| HSL | 32.57º | 0.54% | 0.75% | - |
| HSV(B) | 32.57º | 0.31% | 0.88% | - |
| XYZ | 56.04 | 56.51 | 38.97 | - |
| YUV | 198.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 155 | 0 | 0.14 | 0.31 | 0.12 | 32.57 | 0.54 | 0.75 |
| Hex | E1 | C1 | 9B | 0 | E | 1F | C | 21 | 36 | 4B |
| Octal | 341 | 301 | 233 | 0 | 16 | 37 | 14 | 41 | 66 | 113 |
| Binary | 11100001 | 11000001 | 10011011 | 0 | 1110 | 11111 | 1100 | 100001 | 110110 | 1001011 |
Color Harmonies of #E1C19B
Complementary color
Monochromatic Colors of #E1C19B
Black with #E1C19B
Text Example
Text Example
White with #E1C19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C19B; }
p { color: rgb(225,193,155); }
H1.HeaderClassName
{
color: #E1C19B;
}
.AnyTagClassName
{
color: #E1C19B;
}
</style>
background-color css
<style>
a { background-color: #E1C19B; }
a { background-color: rgb(225,193,155); }
div.DivClassName
{
background-color: #E1C19B;
}
.BgClassName
{
background-color: #E1C19B;
}
</style>
border-color css
<style>
span { border-color: #E1C19B; }
span { border-color: rgb(225,193,155); }
td.TdClassName
{
border-color: #E1C19B;
}
.TagClassName
{
border-color: #E1C19B;
}
</style>