Shades of Raffia #E3CCA2
Tints of Raffia #E3CCA2
RGB
CMYK
RGB Variations
Color information
#E3CCA2 (or 0xE3CCA2) is known color: Raffia. HEX triplet: E3, CC and A2. RGB value is (227,204,162). Sum of RGB (Red+Green+Blue) = 227+204+162=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CCA2 is #1C335D. Grayscale: #CECECE. Windows color (decimal): -1848158 or 10669283. OLE color: 10669283.
HSL color Cylindrical-coordinate representation of color #E3CCA2: hue angle of 38.77º degrees, saturation: 0.54, 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 #E3CCA2 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 204 | 162 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.11 |
| HSL | 38.77º | 0.54% | 0.76% | - |
| HSV(B) | 38.77º | 0.29% | 0.89% | - |
| XYZ | 59.79 | 62.13 | 43.02 | - |
| YUV | 206.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 204 | 162 | 0 | 0.10 | 0.29 | 0.11 | 38.77 | 0.54 | 0.76 |
| Hex | E3 | CC | A2 | 0 | A | 1D | B | 27 | 36 | 4C |
| Octal | 343 | 314 | 242 | 0 | 12 | 35 | 13 | 47 | 66 | 114 |
| Binary | 11100011 | 11001100 | 10100010 | 0 | 1010 | 11101 | 1011 | 100111 | 110110 | 1001100 |
Color Harmonies of #E3CCA2
Complementary color
Monochromatic Colors of #E3CCA2
Black with #E3CCA2
Text Example
Text Example
White with #E3CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CCA2; }
p { color: rgb(227,204,162); }
H1.HeaderClassName
{
color: #E3CCA2;
}
.AnyTagClassName
{
color: #E3CCA2;
}
</style>
background-color css
<style>
a { background-color: #E3CCA2; }
a { background-color: rgb(227,204,162); }
div.DivClassName
{
background-color: #E3CCA2;
}
.BgClassName
{
background-color: #E3CCA2;
}
</style>
border-color css
<style>
span { border-color: #E3CCA2; }
span { border-color: rgb(227,204,162); }
td.TdClassName
{
border-color: #E3CCA2;
}
.TagClassName
{
border-color: #E3CCA2;
}
</style>