Shades of Rob Roy #E6AA5F
Tints of Rob Roy #E6AA5F
RGB
CMYK
RGB Variations
Color information
#E6AA5F (or 0xE6AA5F) is known color: Rob Roy. HEX triplet: E6, AA and 5F. RGB value is (230,170,95). Sum of RGB (Red+Green+Blue) = 230+170+95=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AA5F is #1955A0. Grayscale: #B3B3B3. Windows color (decimal): -1660321 or 6269670. OLE color: 6269670.
HSL color Cylindrical-coordinate representation of color #E6AA5F: hue angle of 33.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6AA5F is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 95 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.10 |
| HSL | 33.33º | 0.73% | 0.64% | - |
| HSV(B) | 33.33º | 0.59% | 0.9% | - |
| XYZ | 49.07 | 46.4 | 17.2 | - |
| YUV | 179.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 95 | 0 | 0.26 | 0.59 | 0.10 | 33.33 | 0.73 | 0.64 |
| Hex | E6 | AA | 5F | 0 | 1A | 3B | A | 21 | 49 | 40 |
| Octal | 346 | 252 | 137 | 0 | 32 | 73 | 12 | 41 | 111 | 100 |
| Binary | 11100110 | 10101010 | 1011111 | 0 | 11010 | 111011 | 1010 | 100001 | 1001001 | 1000000 |
Color Harmonies of #E6AA5F
Complementary color
Monochromatic Colors of #E6AA5F
Black with #E6AA5F
Text Example
Text Example
White with #E6AA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA5F; }
p { color: rgb(230,170,95); }
H1.HeaderClassName
{
color: #E6AA5F;
}
.AnyTagClassName
{
color: #E6AA5F;
}
</style>
background-color css
<style>
a { background-color: #E6AA5F; }
a { background-color: rgb(230,170,95); }
div.DivClassName
{
background-color: #E6AA5F;
}
.BgClassName
{
background-color: #E6AA5F;
}
</style>
border-color css
<style>
span { border-color: #E6AA5F; }
span { border-color: rgb(230,170,95); }
td.TdClassName
{
border-color: #E6AA5F;
}
.TagClassName
{
border-color: #E6AA5F;
}
</style>