Shades of Raffia #E0C69B
Tints of Raffia #E0C69B
RGB
CMYK
RGB Variations
Color information
#E0C69B (or 0xE0C69B) is known color: Raffia. HEX triplet: E0, C6 and 9B. RGB value is (224,198,155). Sum of RGB (Red+Green+Blue) = 224+198+155=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 155 (60.94% from 255 or 26.86% from 577); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C69B is #1F3964. Grayscale: #C9C9C9. Windows color (decimal): -2046309 or 10208992. OLE color: 10208992.
HSL color Cylindrical-coordinate representation of color #E0C69B: hue angle of 37.39º 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 #E0C69B is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 155 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.12 |
| HSL | 37.39º | 0.53% | 0.74% | - |
| HSV(B) | 37.39º | 0.31% | 0.88% | - |
| XYZ | 56.85 | 58.6 | 39.33 | - |
| YUV | 200.87 | 102.11 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 155 | 0 | 0.12 | 0.31 | 0.12 | 37.39 | 0.53 | 0.74 |
| Hex | E0 | C6 | 9B | 0 | C | 1F | C | 25 | 35 | 4A |
| Octal | 340 | 306 | 233 | 0 | 14 | 37 | 14 | 45 | 65 | 112 |
| Binary | 11100000 | 11000110 | 10011011 | 0 | 1100 | 11111 | 1100 | 100101 | 110101 | 1001010 |
Color Harmonies of #E0C69B
Complementary color
Monochromatic Colors of #E0C69B
Black with #E0C69B
Text Example
Text Example
White with #E0C69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C69B; }
p { color: rgb(224,198,155); }
H1.HeaderClassName
{
color: #E0C69B;
}
.AnyTagClassName
{
color: #E0C69B;
}
</style>
background-color css
<style>
a { background-color: #E0C69B; }
a { background-color: rgb(224,198,155); }
div.DivClassName
{
background-color: #E0C69B;
}
.BgClassName
{
background-color: #E0C69B;
}
</style>
border-color css
<style>
span { border-color: #E0C69B; }
span { border-color: rgb(224,198,155); }
td.TdClassName
{
border-color: #E0C69B;
}
.TagClassName
{
border-color: #E0C69B;
}
</style>