Shades of Rob Roy #E6AA60
Tints of Rob Roy #E6AA60
RGB
CMYK
RGB Variations
Color information
#E6AA60 (or 0xE6AA60) is known color: Rob Roy. HEX triplet: E6, AA and 60. RGB value is (230,170,96). Sum of RGB (Red+Green+Blue) = 230+170+96=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA60 is #19559F. Grayscale: #B3B3B3. Windows color (decimal): -1660320 or 6335206. OLE color: 6335206.
HSL color Cylindrical-coordinate representation of color #E6AA60: hue angle of 33.13º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6AA60 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 96 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.10 |
| HSL | 33.13º | 0.73% | 0.64% | - |
| HSV(B) | 33.13º | 0.58% | 0.9% | - |
| XYZ | 49.12 | 46.42 | 17.44 | - |
| YUV | 179.5 | 80.88 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 96 | 0 | 0.26 | 0.58 | 0.10 | 33.13 | 0.73 | 0.64 |
| Hex | E6 | AA | 60 | 0 | 1A | 3A | A | 21 | 49 | 40 |
| Octal | 346 | 252 | 140 | 0 | 32 | 72 | 12 | 41 | 111 | 100 |
| Binary | 11100110 | 10101010 | 1100000 | 0 | 11010 | 111010 | 1010 | 100001 | 1001001 | 1000000 |
Color Harmonies of #E6AA60
Complementary color
Monochromatic Colors of #E6AA60
Black with #E6AA60
Text Example
Text Example
White with #E6AA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA60; }
p { color: rgb(230,170,96); }
H1.HeaderClassName
{
color: #E6AA60;
}
.AnyTagClassName
{
color: #E6AA60;
}
</style>
background-color css
<style>
a { background-color: #E6AA60; }
a { background-color: rgb(230,170,96); }
div.DivClassName
{
background-color: #E6AA60;
}
.BgClassName
{
background-color: #E6AA60;
}
</style>
border-color css
<style>
span { border-color: #E6AA60; }
span { border-color: rgb(230,170,96); }
td.TdClassName
{
border-color: #E6AA60;
}
.TagClassName
{
border-color: #E6AA60;
}
</style>