Shades of Raffia #E2C699
Tints of Raffia #E2C699
RGB
CMYK
RGB Variations
Color information
#E2C699 (or 0xE2C699) is known color: Raffia. HEX triplet: E2, C6 and 99. RGB value is (226,198,153). Sum of RGB (Red+Green+Blue) = 226+198+153=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 153 (60.16% from 255 or 26.52% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C699 is #1D3966. Grayscale: #C9C9C9. Windows color (decimal): -1915239 or 10077922. OLE color: 10077922.
HSL color Cylindrical-coordinate representation of color #E2C699: hue angle of 36.99º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E2C699 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 153 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.11 |
| HSL | 36.99º | 0.56% | 0.74% | - |
| HSV(B) | 36.99º | 0.32% | 0.89% | - |
| XYZ | 57.31 | 58.86 | 38.48 | - |
| YUV | 201.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 153 | 0 | 0.12 | 0.32 | 0.11 | 36.99 | 0.56 | 0.74 |
| Hex | E2 | C6 | 99 | 0 | C | 20 | B | 25 | 38 | 4A |
| Octal | 342 | 306 | 231 | 0 | 14 | 40 | 13 | 45 | 70 | 112 |
| Binary | 11100010 | 11000110 | 10011001 | 0 | 1100 | 100000 | 1011 | 100101 | 111000 | 1001010 |
Color Harmonies of #E2C699
Complementary color
Monochromatic Colors of #E2C699
Black with #E2C699
Text Example
Text Example
White with #E2C699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C699; }
p { color: rgb(226,198,153); }
H1.HeaderClassName
{
color: #E2C699;
}
.AnyTagClassName
{
color: #E2C699;
}
</style>
background-color css
<style>
a { background-color: #E2C699; }
a { background-color: rgb(226,198,153); }
div.DivClassName
{
background-color: #E2C699;
}
.BgClassName
{
background-color: #E2C699;
}
</style>
border-color css
<style>
span { border-color: #E2C699; }
span { border-color: rgb(226,198,153); }
td.TdClassName
{
border-color: #E2C699;
}
.TagClassName
{
border-color: #E2C699;
}
</style>