Shades of Raffia #E0C9A5
Tints of Raffia #E0C9A5
RGB
CMYK
RGB Variations
Color information
#E0C9A5 (or 0xE0C9A5) is known color: Raffia. HEX triplet: E0, C9 and A5. RGB value is (224,201,165). Sum of RGB (Red+Green+Blue) = 224+201+165=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 201 (78.91% from 255 or 34.07% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C9A5 is #1F365A. Grayscale: #CBCBCB. Windows color (decimal): -2045531 or 10865120. OLE color: 10865120.
HSL color Cylindrical-coordinate representation of color #E0C9A5: hue angle of 36.61º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0C9A5 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 201 | 165 | - |
| CMYK | 0 | 0.10 | 0.26 | 0.12 |
| HSL | 36.61º | 0.49% | 0.76% | - |
| HSV(B) | 36.61º | 0.26% | 0.88% | - |
| XYZ | 58.42 | 60.34 | 44.16 | - |
| YUV | 203.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 201 | 165 | 0 | 0.10 | 0.26 | 0.12 | 36.61 | 0.49 | 0.76 |
| Hex | E0 | C9 | A5 | 0 | A | 1A | C | 25 | 31 | 4C |
| Octal | 340 | 311 | 245 | 0 | 12 | 32 | 14 | 45 | 61 | 114 |
| Binary | 11100000 | 11001001 | 10100101 | 0 | 1010 | 11010 | 1100 | 100101 | 110001 | 1001100 |
Color Harmonies of #E0C9A5
Complementary color
Monochromatic Colors of #E0C9A5
Black with #E0C9A5
Text Example
Text Example
White with #E0C9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C9A5; }
p { color: rgb(224,201,165); }
H1.HeaderClassName
{
color: #E0C9A5;
}
.AnyTagClassName
{
color: #E0C9A5;
}
</style>
background-color css
<style>
a { background-color: #E0C9A5; }
a { background-color: rgb(224,201,165); }
div.DivClassName
{
background-color: #E0C9A5;
}
.BgClassName
{
background-color: #E0C9A5;
}
</style>
border-color css
<style>
span { border-color: #E0C9A5; }
span { border-color: rgb(224,201,165); }
td.TdClassName
{
border-color: #E0C9A5;
}
.TagClassName
{
border-color: #E0C9A5;
}
</style>