Shades of Raffia #E2C59B
Tints of Raffia #E2C59B
RGB
CMYK
RGB Variations
Color information
#E2C59B (or 0xE2C59B) is known color: Raffia. HEX triplet: E2, C5 and 9B. RGB value is (226,197,155). Sum of RGB (Red+Green+Blue) = 226+197+155=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C59B is #1D3A64. Grayscale: #C9C9C9. Windows color (decimal): -1915493 or 10208738. OLE color: 10208738.
HSL color Cylindrical-coordinate representation of color #E2C59B: hue angle of 35.49º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2C59B is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 197 | 155 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.11 |
| HSL | 35.49º | 0.55% | 0.75% | - |
| HSV(B) | 35.49º | 0.31% | 0.89% | - |
| XYZ | 57.25 | 58.47 | 39.28 | - |
| YUV | 200.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 197 | 155 | 0 | 0.13 | 0.31 | 0.11 | 35.49 | 0.55 | 0.75 |
| Hex | E2 | C5 | 9B | 0 | D | 1F | B | 23 | 37 | 4B |
| Octal | 342 | 305 | 233 | 0 | 15 | 37 | 13 | 43 | 67 | 113 |
| Binary | 11100010 | 11000101 | 10011011 | 0 | 1101 | 11111 | 1011 | 100011 | 110111 | 1001011 |
Color Harmonies of #E2C59B
Complementary color
Monochromatic Colors of #E2C59B
Black with #E2C59B
Text Example
Text Example
White with #E2C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C59B; }
p { color: rgb(226,197,155); }
H1.HeaderClassName
{
color: #E2C59B;
}
.AnyTagClassName
{
color: #E2C59B;
}
</style>
background-color css
<style>
a { background-color: #E2C59B; }
a { background-color: rgb(226,197,155); }
div.DivClassName
{
background-color: #E2C59B;
}
.BgClassName
{
background-color: #E2C59B;
}
</style>
border-color css
<style>
span { border-color: #E2C59B; }
span { border-color: rgb(226,197,155); }
td.TdClassName
{
border-color: #E2C59B;
}
.TagClassName
{
border-color: #E2C59B;
}
</style>