Shades of Rob Roy #E6AA58
Tints of Rob Roy #E6AA58
RGB
CMYK
RGB Variations
Color information
#E6AA58 (or 0xE6AA58) is known color: Rob Roy. HEX triplet: E6, AA and 58. RGB value is (230,170,88). Sum of RGB (Red+Green+Blue) = 230+170+88=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA58 is #1955A7. Grayscale: #B2B2B2. Windows color (decimal): -1660328 or 5810918. OLE color: 5810918.
HSL color Cylindrical-coordinate representation of color #E6AA58: hue angle of 34.65º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6AA58 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 88 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.10 |
| HSL | 34.65º | 0.74% | 0.62% | - |
| HSV(B) | 34.65º | 0.62% | 0.9% | - |
| XYZ | 48.77 | 46.28 | 15.59 | - |
| YUV | 178.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 88 | 0 | 0.26 | 0.62 | 0.10 | 34.65 | 0.74 | 0.62 |
| Hex | E6 | AA | 58 | 0 | 1A | 3E | A | 23 | 4A | 3E |
| Octal | 346 | 252 | 130 | 0 | 32 | 76 | 12 | 43 | 112 | 76 |
| Binary | 11100110 | 10101010 | 1011000 | 0 | 11010 | 111110 | 1010 | 100011 | 1001010 | 111110 |
Color Harmonies of #E6AA58
Complementary color
Monochromatic Colors of #E6AA58
Black with #E6AA58
Text Example
Text Example
White with #E6AA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA58; }
p { color: rgb(230,170,88); }
H1.HeaderClassName
{
color: #E6AA58;
}
.AnyTagClassName
{
color: #E6AA58;
}
</style>
background-color css
<style>
a { background-color: #E6AA58; }
a { background-color: rgb(230,170,88); }
div.DivClassName
{
background-color: #E6AA58;
}
.BgClassName
{
background-color: #E6AA58;
}
</style>
border-color css
<style>
span { border-color: #E6AA58; }
span { border-color: rgb(230,170,88); }
td.TdClassName
{
border-color: #E6AA58;
}
.TagClassName
{
border-color: #E6AA58;
}
</style>