Shades of Raffia #E1CBA4
Tints of Raffia #E1CBA4
RGB
CMYK
RGB Variations
Color information
#E1CBA4 (or 0xE1CBA4) is known color: Raffia. HEX triplet: E1, CB and A4. RGB value is (225,203,164). Sum of RGB (Red+Green+Blue) = 225+203+164=592 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.01% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CBA4 is #1E345B. Grayscale: #CDCDCD. Windows color (decimal): -1979484 or 10800097. OLE color: 10800097.
HSL color Cylindrical-coordinate representation of color #E1CBA4: hue angle of 38.36º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E1CBA4 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 164 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.12 |
| HSL | 38.36º | 0.5% | 0.76% | - |
| HSV(B) | 38.36º | 0.27% | 0.88% | - |
| XYZ | 59.11 | 61.4 | 43.86 | - |
| YUV | 205.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 164 | 0 | 0.10 | 0.27 | 0.12 | 38.36 | 0.5 | 0.76 |
| Hex | E1 | CB | A4 | 0 | A | 1B | C | 26 | 32 | 4C |
| Octal | 341 | 313 | 244 | 0 | 12 | 33 | 14 | 46 | 62 | 114 |
| Binary | 11100001 | 11001011 | 10100100 | 0 | 1010 | 11011 | 1100 | 100110 | 110010 | 1001100 |
Color Harmonies of #E1CBA4
Complementary color
Monochromatic Colors of #E1CBA4
Black with #E1CBA4
Text Example
Text Example
White with #E1CBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBA4; }
p { color: rgb(225,203,164); }
H1.HeaderClassName
{
color: #E1CBA4;
}
.AnyTagClassName
{
color: #E1CBA4;
}
</style>
background-color css
<style>
a { background-color: #E1CBA4; }
a { background-color: rgb(225,203,164); }
div.DivClassName
{
background-color: #E1CBA4;
}
.BgClassName
{
background-color: #E1CBA4;
}
</style>
border-color css
<style>
span { border-color: #E1CBA4; }
span { border-color: rgb(225,203,164); }
td.TdClassName
{
border-color: #E1CBA4;
}
.TagClassName
{
border-color: #E1CBA4;
}
</style>