Shades of Raffia #E2C89E
Tints of Raffia #E2C89E
RGB
CMYK
RGB Variations
Color information
#E2C89E (or 0xE2C89E) is known color: Raffia. HEX triplet: E2, C8 and 9E. RGB value is (226,200,158). Sum of RGB (Red+Green+Blue) = 226+200+158=584 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.70% from 584); Green value is 200 (78.52% from 255 or 34.25% from 584); Blue value is 158 (62.11% from 255 or 27.05% from 584); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C89E is #1D3761. Grayscale: #CBCBCB. Windows color (decimal): -1914722 or 10406114. OLE color: 10406114.
HSL color Cylindrical-coordinate representation of color #E2C89E: hue angle of 37.06º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E2C89E is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 158 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.11 |
| HSL | 37.06º | 0.54% | 0.75% | - |
| HSV(B) | 37.06º | 0.3% | 0.89% | - |
| XYZ | 58.19 | 59.95 | 40.85 | - |
| YUV | 202.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 158 | 0 | 0.12 | 0.30 | 0.11 | 37.06 | 0.54 | 0.75 |
| Hex | E2 | C8 | 9E | 0 | C | 1E | B | 25 | 36 | 4B |
| Octal | 342 | 310 | 236 | 0 | 14 | 36 | 13 | 45 | 66 | 113 |
| Binary | 11100010 | 11001000 | 10011110 | 0 | 1100 | 11110 | 1011 | 100101 | 110110 | 1001011 |
Color Harmonies of #E2C89E
Complementary color
Monochromatic Colors of #E2C89E
Black with #E2C89E
Text Example
Text Example
White with #E2C89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C89E; }
p { color: rgb(226,200,158); }
H1.HeaderClassName
{
color: #E2C89E;
}
.AnyTagClassName
{
color: #E2C89E;
}
</style>
background-color css
<style>
a { background-color: #E2C89E; }
a { background-color: rgb(226,200,158); }
div.DivClassName
{
background-color: #E2C89E;
}
.BgClassName
{
background-color: #E2C89E;
}
</style>
border-color css
<style>
span { border-color: #E2C89E; }
span { border-color: rgb(226,200,158); }
td.TdClassName
{
border-color: #E2C89E;
}
.TagClassName
{
border-color: #E2C89E;
}
</style>