Shades of Raffia #E2C395
Tints of Raffia #E2C395
RGB
CMYK
RGB Variations
Color information
#E2C395 (or 0xE2C395) is known color: Raffia. HEX triplet: E2, C3 and 95. RGB value is (226,195,149). Sum of RGB (Red+Green+Blue) = 226+195+149=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 149 (58.59% from 255 or 26.14% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C395 is #1D3C6A. Grayscale: #C7C7C7. Windows color (decimal): -1916011 or 9815010. OLE color: 9815010.
HSL color Cylindrical-coordinate representation of color #E2C395: hue angle of 35.84º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E2C395 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 195 | 149 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.11 |
| HSL | 35.84º | 0.57% | 0.74% | - |
| HSV(B) | 35.84º | 0.34% | 0.89% | - |
| XYZ | 56.3 | 57.37 | 36.54 | - |
| YUV | 199.03 | 99.77 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 195 | 149 | 0 | 0.14 | 0.34 | 0.11 | 35.84 | 0.57 | 0.74 |
| Hex | E2 | C3 | 95 | 0 | E | 22 | B | 24 | 39 | 4A |
| Octal | 342 | 303 | 225 | 0 | 16 | 42 | 13 | 44 | 71 | 112 |
| Binary | 11100010 | 11000011 | 10010101 | 0 | 1110 | 100010 | 1011 | 100100 | 111001 | 1001010 |
Color Harmonies of #E2C395
Complementary color
Monochromatic Colors of #E2C395
Black with #E2C395
Text Example
Text Example
White with #E2C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C395; }
p { color: rgb(226,195,149); }
H1.HeaderClassName
{
color: #E2C395;
}
.AnyTagClassName
{
color: #E2C395;
}
</style>
background-color css
<style>
a { background-color: #E2C395; }
a { background-color: rgb(226,195,149); }
div.DivClassName
{
background-color: #E2C395;
}
.BgClassName
{
background-color: #E2C395;
}
</style>
border-color css
<style>
span { border-color: #E2C395; }
span { border-color: rgb(226,195,149); }
td.TdClassName
{
border-color: #E2C395;
}
.TagClassName
{
border-color: #E2C395;
}
</style>