Shades of Raffia #E0C59B
Tints of Raffia #E0C59B
RGB
CMYK
RGB Variations
Color information
#E0C59B (or 0xE0C59B) is known color: Raffia. HEX triplet: E0, C5 and 9B. RGB value is (224,197,155). Sum of RGB (Red+Green+Blue) = 224+197+155=576 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.89% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C59B is #1F3A64. Grayscale: #C8C8C8. Windows color (decimal): -2046565 or 10208736. OLE color: 10208736.
HSL color Cylindrical-coordinate representation of color #E0C59B: hue angle of 36.52º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E0C59B is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 197 | 155 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.12 |
| HSL | 36.52º | 0.53% | 0.74% | - |
| HSV(B) | 36.52º | 0.31% | 0.88% | - |
| XYZ | 56.62 | 58.15 | 39.25 | - |
| YUV | 200.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 197 | 155 | 0 | 0.12 | 0.31 | 0.12 | 36.52 | 0.53 | 0.74 |
| Hex | E0 | C5 | 9B | 0 | C | 1F | C | 25 | 35 | 4A |
| Octal | 340 | 305 | 233 | 0 | 14 | 37 | 14 | 45 | 65 | 112 |
| Binary | 11100000 | 11000101 | 10011011 | 0 | 1100 | 11111 | 1100 | 100101 | 110101 | 1001010 |
Color Harmonies of #E0C59B
Complementary color
Monochromatic Colors of #E0C59B
Black with #E0C59B
Text Example
Text Example
White with #E0C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C59B; }
p { color: rgb(224,197,155); }
H1.HeaderClassName
{
color: #E0C59B;
}
.AnyTagClassName
{
color: #E0C59B;
}
</style>
background-color css
<style>
a { background-color: #E0C59B; }
a { background-color: rgb(224,197,155); }
div.DivClassName
{
background-color: #E0C59B;
}
.BgClassName
{
background-color: #E0C59B;
}
</style>
border-color css
<style>
span { border-color: #E0C59B; }
span { border-color: rgb(224,197,155); }
td.TdClassName
{
border-color: #E0C59B;
}
.TagClassName
{
border-color: #E0C59B;
}
</style>