Shades of Rob Roy #E3A64F
Tints of Rob Roy #E3A64F
RGB
CMYK
RGB Variations
Color information
#E3A64F (or 0xE3A64F) is known color: Rob Roy. HEX triplet: E3, A6 and 4F. RGB value is (227,166,79). Sum of RGB (Red+Green+Blue) = 227+166+79=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A64F is #1C59B0. Grayscale: #AEAEAE. Windows color (decimal): -1857969 or 5220067. OLE color: 5220067.
HSL color Cylindrical-coordinate representation of color #E3A64F: hue angle of 35.27º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3A64F is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 166 | 79 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.11 |
| HSL | 35.27º | 0.73% | 0.6% | - |
| HSV(B) | 35.27º | 0.65% | 0.89% | - |
| XYZ | 46.73 | 44.17 | 13.46 | - |
| YUV | 174.32 | 74.21 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 79 | 0 | 0.27 | 0.65 | 0.11 | 35.27 | 0.73 | 0.6 |
| Hex | E3 | A6 | 4F | 0 | 1B | 41 | B | 23 | 49 | 3C |
| Octal | 343 | 246 | 117 | 0 | 33 | 101 | 13 | 43 | 111 | 74 |
| Binary | 11100011 | 10100110 | 1001111 | 0 | 11011 | 1000001 | 1011 | 100011 | 1001001 | 111100 |
Color Harmonies of #E3A64F
Complementary color
Monochromatic Colors of #E3A64F
Black with #E3A64F
Text Example
Text Example
White with #E3A64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A64F; }
p { color: rgb(227,166,79); }
H1.HeaderClassName
{
color: #E3A64F;
}
.AnyTagClassName
{
color: #E3A64F;
}
</style>
background-color css
<style>
a { background-color: #E3A64F; }
a { background-color: rgb(227,166,79); }
div.DivClassName
{
background-color: #E3A64F;
}
.BgClassName
{
background-color: #E3A64F;
}
</style>
border-color css
<style>
span { border-color: #E3A64F; }
span { border-color: rgb(227,166,79); }
td.TdClassName
{
border-color: #E3A64F;
}
.TagClassName
{
border-color: #E3A64F;
}
</style>