Shades of Raffia #E2CBA1
Tints of Raffia #E2CBA1
RGB
CMYK
RGB Variations
Color information
#E2CBA1 (or 0xE2CBA1) is known color: Raffia. HEX triplet: E2, CB and A1. RGB value is (226,203,161). Sum of RGB (Red+Green+Blue) = 226+203+161=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 161 (63.28% from 255 or 27.29% from 590); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBA1 is #1D345E. Grayscale: #CDCDCD. Windows color (decimal): -1913951 or 10603490. OLE color: 10603490.
HSL color Cylindrical-coordinate representation of color #E2CBA1: hue angle of 38.77º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E2CBA1 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 161 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.11 |
| HSL | 38.77º | 0.53% | 0.76% | - |
| HSV(B) | 38.77º | 0.29% | 0.89% | - |
| XYZ | 59.15 | 61.45 | 42.46 | - |
| YUV | 205.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 161 | 0 | 0.10 | 0.29 | 0.11 | 38.77 | 0.53 | 0.76 |
| Hex | E2 | CB | A1 | 0 | A | 1D | B | 27 | 35 | 4C |
| Octal | 342 | 313 | 241 | 0 | 12 | 35 | 13 | 47 | 65 | 114 |
| Binary | 11100010 | 11001011 | 10100001 | 0 | 1010 | 11101 | 1011 | 100111 | 110101 | 1001100 |
Color Harmonies of #E2CBA1
Complementary color
Monochromatic Colors of #E2CBA1
Black with #E2CBA1
Text Example
Text Example
White with #E2CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CBA1; }
p { color: rgb(226,203,161); }
H1.HeaderClassName
{
color: #E2CBA1;
}
.AnyTagClassName
{
color: #E2CBA1;
}
</style>
background-color css
<style>
a { background-color: #E2CBA1; }
a { background-color: rgb(226,203,161); }
div.DivClassName
{
background-color: #E2CBA1;
}
.BgClassName
{
background-color: #E2CBA1;
}
</style>
border-color css
<style>
span { border-color: #E2CBA1; }
span { border-color: rgb(226,203,161); }
td.TdClassName
{
border-color: #E2CBA1;
}
.TagClassName
{
border-color: #E2CBA1;
}
</style>