Shades of Raffia #E0CDA9
Tints of Raffia #E0CDA9
RGB
CMYK
RGB Variations
Color information
#E0CDA9 (or 0xE0CDA9) is known color: Raffia. HEX triplet: E0, CD and A9. RGB value is (224,205,169). Sum of RGB (Red+Green+Blue) = 224+205+169=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0CDA9 is #1F3256. Grayscale: #CECECE. Windows color (decimal): -2044503 or 11128288. OLE color: 11128288.
HSL color Cylindrical-coordinate representation of color #E0CDA9: hue angle of 39.27º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0CDA9 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 205 | 169 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.12 |
| HSL | 39.27º | 0.47% | 0.77% | - |
| HSV(B) | 39.27º | 0.25% | 0.88% | - |
| XYZ | 59.73 | 62.37 | 46.43 | - |
| YUV | 206.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 205 | 169 | 0 | 0.08 | 0.25 | 0.12 | 39.27 | 0.47 | 0.77 |
| Hex | E0 | CD | A9 | 0 | 8 | 19 | C | 27 | 2F | 4D |
| Octal | 340 | 315 | 251 | 0 | 10 | 31 | 14 | 47 | 57 | 115 |
| Binary | 11100000 | 11001101 | 10101001 | 0 | 1000 | 11001 | 1100 | 100111 | 101111 | 1001101 |
Color Harmonies of #E0CDA9
Complementary color
Monochromatic Colors of #E0CDA9
Black with #E0CDA9
Text Example
Text Example
White with #E0CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CDA9; }
p { color: rgb(224,205,169); }
H1.HeaderClassName
{
color: #E0CDA9;
}
.AnyTagClassName
{
color: #E0CDA9;
}
</style>
background-color css
<style>
a { background-color: #E0CDA9; }
a { background-color: rgb(224,205,169); }
div.DivClassName
{
background-color: #E0CDA9;
}
.BgClassName
{
background-color: #E0CDA9;
}
</style>
border-color css
<style>
span { border-color: #E0CDA9; }
span { border-color: rgb(224,205,169); }
td.TdClassName
{
border-color: #E0CDA9;
}
.TagClassName
{
border-color: #E0CDA9;
}
</style>