Shades of Raffia #E2CAA6
Tints of Raffia #E2CAA6
RGB
CMYK
RGB Variations
Color information
#E2CAA6 (or 0xE2CAA6) is known color: Raffia. HEX triplet: E2, CA and A6. RGB value is (226,202,166). Sum of RGB (Red+Green+Blue) = 226+202+166=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CAA6 is #1D3559. Grayscale: #CDCDCD. Windows color (decimal): -1914202 or 10930914. OLE color: 10930914.
HSL color Cylindrical-coordinate representation of color #E2CAA6: hue angle of 36º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2CAA6 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 202 | 166 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.11 |
| HSL | 36º | 0.51% | 0.77% | - |
| HSV(B) | 36º | 0.27% | 0.89% | - |
| XYZ | 59.37 | 61.16 | 44.75 | - |
| YUV | 205.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 202 | 166 | 0 | 0.11 | 0.27 | 0.11 | 36 | 0.51 | 0.77 |
| Hex | E2 | CA | A6 | 0 | B | 1B | B | 24 | 33 | 4D |
| Octal | 342 | 312 | 246 | 0 | 13 | 33 | 13 | 44 | 63 | 115 |
| Binary | 11100010 | 11001010 | 10100110 | 0 | 1011 | 11011 | 1011 | 100100 | 110011 | 1001101 |
Color Harmonies of #E2CAA6
Complementary color
Monochromatic Colors of #E2CAA6
Black with #E2CAA6
Text Example
Text Example
White with #E2CAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CAA6; }
p { color: rgb(226,202,166); }
H1.HeaderClassName
{
color: #E2CAA6;
}
.AnyTagClassName
{
color: #E2CAA6;
}
</style>
background-color css
<style>
a { background-color: #E2CAA6; }
a { background-color: rgb(226,202,166); }
div.DivClassName
{
background-color: #E2CAA6;
}
.BgClassName
{
background-color: #E2CAA6;
}
</style>
border-color css
<style>
span { border-color: #E2CAA6; }
span { border-color: rgb(226,202,166); }
td.TdClassName
{
border-color: #E2CAA6;
}
.TagClassName
{
border-color: #E2CAA6;
}
</style>