Shades of Raffia #E0C69D
Tints of Raffia #E0C69D
RGB
CMYK
RGB Variations
Color information
#E0C69D (or 0xE0C69D) is known color: Raffia. HEX triplet: E0, C6 and 9D. RGB value is (224,198,157). Sum of RGB (Red+Green+Blue) = 224+198+157=579 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.69% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 157 (61.72% from 255 or 27.12% from 579); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C69D is #1F3962. Grayscale: #C9C9C9. Windows color (decimal): -2046307 or 10340064. OLE color: 10340064.
HSL color Cylindrical-coordinate representation of color #E0C69D: hue angle of 36.72º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0C69D is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 157 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.12 |
| HSL | 36.72º | 0.52% | 0.75% | - |
| HSV(B) | 36.72º | 0.3% | 0.88% | - |
| XYZ | 57.02 | 58.67 | 40.22 | - |
| YUV | 201.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 157 | 0 | 0.12 | 0.30 | 0.12 | 36.72 | 0.52 | 0.75 |
| Hex | E0 | C6 | 9D | 0 | C | 1E | C | 25 | 34 | 4B |
| Octal | 340 | 306 | 235 | 0 | 14 | 36 | 14 | 45 | 64 | 113 |
| Binary | 11100000 | 11000110 | 10011101 | 0 | 1100 | 11110 | 1100 | 100101 | 110100 | 1001011 |
Color Harmonies of #E0C69D
Complementary color
Monochromatic Colors of #E0C69D
Black with #E0C69D
Text Example
Text Example
White with #E0C69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C69D; }
p { color: rgb(224,198,157); }
H1.HeaderClassName
{
color: #E0C69D;
}
.AnyTagClassName
{
color: #E0C69D;
}
</style>
background-color css
<style>
a { background-color: #E0C69D; }
a { background-color: rgb(224,198,157); }
div.DivClassName
{
background-color: #E0C69D;
}
.BgClassName
{
background-color: #E0C69D;
}
</style>
border-color css
<style>
span { border-color: #E0C69D; }
span { border-color: rgb(224,198,157); }
td.TdClassName
{
border-color: #E0C69D;
}
.TagClassName
{
border-color: #E0C69D;
}
</style>