Shades of Raffia #E0CAAA
Tints of Raffia #E0CAAA
RGB
CMYK
RGB Variations
Color information
#E0CAAA (or 0xE0CAAA) is known color: Raffia. HEX triplet: E0, CA and AA. RGB value is (224,202,170). Sum of RGB (Red+Green+Blue) = 224+202+170=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CAAA is #1F3555. Grayscale: #CDCDCD. Windows color (decimal): -2045270 or 11193056. OLE color: 11193056.
HSL color Cylindrical-coordinate representation of color #E0CAAA: hue angle of 35.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0CAAA is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 202 | 170 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.12 |
| HSL | 35.56º | 0.47% | 0.77% | - |
| HSV(B) | 35.56º | 0.24% | 0.88% | - |
| XYZ | 59.12 | 60.99 | 46.69 | - |
| YUV | 204.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 202 | 170 | 0 | 0.10 | 0.24 | 0.12 | 35.56 | 0.47 | 0.77 |
| Hex | E0 | CA | AA | 0 | A | 18 | C | 24 | 2F | 4D |
| Octal | 340 | 312 | 252 | 0 | 12 | 30 | 14 | 44 | 57 | 115 |
| Binary | 11100000 | 11001010 | 10101010 | 0 | 1010 | 11000 | 1100 | 100100 | 101111 | 1001101 |
Color Harmonies of #E0CAAA
Complementary color
Monochromatic Colors of #E0CAAA
Black with #E0CAAA
Text Example
Text Example
White with #E0CAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CAAA; }
p { color: rgb(224,202,170); }
H1.HeaderClassName
{
color: #E0CAAA;
}
.AnyTagClassName
{
color: #E0CAAA;
}
</style>
background-color css
<style>
a { background-color: #E0CAAA; }
a { background-color: rgb(224,202,170); }
div.DivClassName
{
background-color: #E0CAAA;
}
.BgClassName
{
background-color: #E0CAAA;
}
</style>
border-color css
<style>
span { border-color: #E0CAAA; }
span { border-color: rgb(224,202,170); }
td.TdClassName
{
border-color: #E0CAAA;
}
.TagClassName
{
border-color: #E0CAAA;
}
</style>