Shades of Raffia #E0C39E
Tints of Raffia #E0C39E
RGB
CMYK
RGB Variations
Color information
#E0C39E (or 0xE0C39E) is known color: Raffia. HEX triplet: E0, C3 and 9E. RGB value is (224,195,158). Sum of RGB (Red+Green+Blue) = 224+195+158=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C39E is #1F3C61. Grayscale: #C7C7C7. Windows color (decimal): -2047074 or 10404832. OLE color: 10404832.
HSL color Cylindrical-coordinate representation of color #E0C39E: hue angle of 33.64º 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 #E0C39E is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 195 | 158 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.12 |
| HSL | 33.64º | 0.52% | 0.75% | - |
| HSV(B) | 33.64º | 0.29% | 0.88% | - |
| XYZ | 56.43 | 57.35 | 40.44 | - |
| YUV | 199.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 195 | 158 | 0 | 0.13 | 0.29 | 0.12 | 33.64 | 0.52 | 0.75 |
| Hex | E0 | C3 | 9E | 0 | D | 1D | C | 22 | 34 | 4B |
| Octal | 340 | 303 | 236 | 0 | 15 | 35 | 14 | 42 | 64 | 113 |
| Binary | 11100000 | 11000011 | 10011110 | 0 | 1101 | 11101 | 1100 | 100010 | 110100 | 1001011 |
Color Harmonies of #E0C39E
Complementary color
Monochromatic Colors of #E0C39E
Black with #E0C39E
Text Example
Text Example
White with #E0C39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C39E; }
p { color: rgb(224,195,158); }
H1.HeaderClassName
{
color: #E0C39E;
}
.AnyTagClassName
{
color: #E0C39E;
}
</style>
background-color css
<style>
a { background-color: #E0C39E; }
a { background-color: rgb(224,195,158); }
div.DivClassName
{
background-color: #E0C39E;
}
.BgClassName
{
background-color: #E0C39E;
}
</style>
border-color css
<style>
span { border-color: #E0C39E; }
span { border-color: rgb(224,195,158); }
td.TdClassName
{
border-color: #E0C39E;
}
.TagClassName
{
border-color: #E0C39E;
}
</style>