Shades of Raffia #E3CCA4
Tints of Raffia #E3CCA4
RGB
CMYK
RGB Variations
Color information
#E3CCA4 (or 0xE3CCA4) is known color: Raffia. HEX triplet: E3, CC and A4. RGB value is (227,204,164). Sum of RGB (Red+Green+Blue) = 227+204+164=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 204 (80.08% from 255 or 34.29% from 595); Blue value is 164 (64.45% from 255 or 27.56% from 595); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CCA4 is #1C335B. Grayscale: #CECECE. Windows color (decimal): -1848156 or 10800355. OLE color: 10800355.
HSL color Cylindrical-coordinate representation of color #E3CCA4: hue angle of 38.1º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E3CCA4 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 164 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.11 |
| HSL | 38.1º | 0.53% | 0.77% | - |
| HSV(B) | 38.1º | 0.28% | 0.89% | - |
| XYZ | 59.97 | 62.2 | 43.97 | - |
| YUV | 206.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 164 | 0 | 0.10 | 0.28 | 0.11 | 38.1 | 0.53 | 0.77 |
| Hex | E3 | CC | A4 | 0 | A | 1C | B | 26 | 35 | 4D |
| Octal | 343 | 314 | 244 | 0 | 12 | 34 | 13 | 46 | 65 | 115 |
| Binary | 11100011 | 11001100 | 10100100 | 0 | 1010 | 11100 | 1011 | 100110 | 110101 | 1001101 |
Color Harmonies of #E3CCA4
Complementary color
Monochromatic Colors of #E3CCA4
Black with #E3CCA4
Text Example
Text Example
White with #E3CCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCA4; }
p { color: rgb(227,204,164); }
H1.HeaderClassName
{
color: #E3CCA4;
}
.AnyTagClassName
{
color: #E3CCA4;
}
</style>
background-color css
<style>
a { background-color: #E3CCA4; }
a { background-color: rgb(227,204,164); }
div.DivClassName
{
background-color: #E3CCA4;
}
.BgClassName
{
background-color: #E3CCA4;
}
</style>
border-color css
<style>
span { border-color: #E3CCA4; }
span { border-color: rgb(227,204,164); }
td.TdClassName
{
border-color: #E3CCA4;
}
.TagClassName
{
border-color: #E3CCA4;
}
</style>