Shades of Raffia #E0C09F
Tints of Raffia #E0C09F
RGB
CMYK
RGB Variations
Color information
#E0C09F (or 0xE0C09F) is known color: Raffia. HEX triplet: E0, C0 and 9F. RGB value is (224,192,159). Sum of RGB (Red+Green+Blue) = 224+192+159=575 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.96% from 575); Green value is 192 (75.39% from 255 or 33.39% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C09F is #1F3F60. Grayscale: #C5C5C5. Windows color (decimal): -2047841 or 10469600. OLE color: 10469600.
HSL color Cylindrical-coordinate representation of color #E0C09F: hue angle of 30.46º degrees, saturation: 0.51, 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 #E0C09F is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 192 | 159 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.12 |
| HSL | 30.46º | 0.51% | 0.75% | - |
| HSV(B) | 30.46º | 0.29% | 0.88% | - |
| XYZ | 55.85 | 56.05 | 40.68 | - |
| YUV | 197.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 192 | 159 | 0 | 0.14 | 0.29 | 0.12 | 30.46 | 0.51 | 0.75 |
| Hex | E0 | C0 | 9F | 0 | E | 1D | C | 1E | 33 | 4B |
| Octal | 340 | 300 | 237 | 0 | 16 | 35 | 14 | 36 | 63 | 113 |
| Binary | 11100000 | 11000000 | 10011111 | 0 | 1110 | 11101 | 1100 | 11110 | 110011 | 1001011 |
Color Harmonies of #E0C09F
Complementary color
Monochromatic Colors of #E0C09F
Black with #E0C09F
Text Example
Text Example
White with #E0C09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C09F; }
p { color: rgb(224,192,159); }
H1.HeaderClassName
{
color: #E0C09F;
}
.AnyTagClassName
{
color: #E0C09F;
}
</style>
background-color css
<style>
a { background-color: #E0C09F; }
a { background-color: rgb(224,192,159); }
div.DivClassName
{
background-color: #E0C09F;
}
.BgClassName
{
background-color: #E0C09F;
}
</style>
border-color css
<style>
span { border-color: #E0C09F; }
span { border-color: rgb(224,192,159); }
td.TdClassName
{
border-color: #E0C09F;
}
.TagClassName
{
border-color: #E0C09F;
}
</style>