Shades of Raffia #E0C29E
Tints of Raffia #E0C29E
RGB
CMYK
RGB Variations
Color information
#E0C29E (or 0xE0C29E) is known color: Raffia. HEX triplet: E0, C2 and 9E. RGB value is (224,194,158). Sum of RGB (Red+Green+Blue) = 224+194+158=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C29E is #1F3D61. Grayscale: #C7C7C7. Windows color (decimal): -2047330 or 10404576. OLE color: 10404576.
HSL color Cylindrical-coordinate representation of color #E0C29E: hue angle of 32.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0C29E is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 194 | 158 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.12 |
| HSL | 32.73º | 0.52% | 0.75% | - |
| HSV(B) | 32.73º | 0.29% | 0.88% | - |
| XYZ | 56.2 | 56.9 | 40.37 | - |
| YUV | 198.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 158 | 0 | 0.13 | 0.29 | 0.12 | 32.73 | 0.52 | 0.75 |
| Hex | E0 | C2 | 9E | 0 | D | 1D | C | 21 | 34 | 4B |
| Octal | 340 | 302 | 236 | 0 | 15 | 35 | 14 | 41 | 64 | 113 |
| Binary | 11100000 | 11000010 | 10011110 | 0 | 1101 | 11101 | 1100 | 100001 | 110100 | 1001011 |
Color Harmonies of #E0C29E
Complementary color
Monochromatic Colors of #E0C29E
Black with #E0C29E
Text Example
Text Example
White with #E0C29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C29E; }
p { color: rgb(224,194,158); }
H1.HeaderClassName
{
color: #E0C29E;
}
.AnyTagClassName
{
color: #E0C29E;
}
</style>
background-color css
<style>
a { background-color: #E0C29E; }
a { background-color: rgb(224,194,158); }
div.DivClassName
{
background-color: #E0C29E;
}
.BgClassName
{
background-color: #E0C29E;
}
</style>
border-color css
<style>
span { border-color: #E0C29E; }
span { border-color: rgb(224,194,158); }
td.TdClassName
{
border-color: #E0C29E;
}
.TagClassName
{
border-color: #E0C29E;
}
</style>