Shades of Raffia #E1CAA4
Tints of Raffia #E1CAA4
RGB
CMYK
RGB Variations
Color information
#E1CAA4 (or 0xE1CAA4) is known color: Raffia. HEX triplet: E1, CA and A4. RGB value is (225,202,164). Sum of RGB (Red+Green+Blue) = 225+202+164=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 164 (64.45% from 255 or 27.75% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CAA4 is #1E355B. Grayscale: #CCCCCC. Windows color (decimal): -1979740 or 10799841. OLE color: 10799841.
HSL color Cylindrical-coordinate representation of color #E1CAA4: hue angle of 37.38º 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 #E1CAA4 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 164 | - |
| CMYK | 0 | 0.10 | 0.27 | 0.12 |
| HSL | 37.38º | 0.5% | 0.76% | - |
| HSV(B) | 37.38º | 0.27% | 0.88% | - |
| XYZ | 58.87 | 60.93 | 43.78 | - |
| YUV | 204.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 164 | 0 | 0.10 | 0.27 | 0.12 | 37.38 | 0.5 | 0.76 |
| Hex | E1 | CA | A4 | 0 | A | 1B | C | 25 | 32 | 4C |
| Octal | 341 | 312 | 244 | 0 | 12 | 33 | 14 | 45 | 62 | 114 |
| Binary | 11100001 | 11001010 | 10100100 | 0 | 1010 | 11011 | 1100 | 100101 | 110010 | 1001100 |
Color Harmonies of #E1CAA4
Complementary color
Monochromatic Colors of #E1CAA4
Black with #E1CAA4
Text Example
Text Example
White with #E1CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CAA4; }
p { color: rgb(225,202,164); }
H1.HeaderClassName
{
color: #E1CAA4;
}
.AnyTagClassName
{
color: #E1CAA4;
}
</style>
background-color css
<style>
a { background-color: #E1CAA4; }
a { background-color: rgb(225,202,164); }
div.DivClassName
{
background-color: #E1CAA4;
}
.BgClassName
{
background-color: #E1CAA4;
}
</style>
border-color css
<style>
span { border-color: #E1CAA4; }
span { border-color: rgb(225,202,164); }
td.TdClassName
{
border-color: #E1CAA4;
}
.TagClassName
{
border-color: #E1CAA4;
}
</style>