Shades of Rob Roy #E6AF57
Tints of Rob Roy #E6AF57
RGB
CMYK
RGB Variations
Color information
#E6AF57 (or 0xE6AF57) is known color: Rob Roy. HEX triplet: E6, AF and 57. RGB value is (230,175,87). Sum of RGB (Red+Green+Blue) = 230+175+87=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF57 is #1950A8. Grayscale: #B5B5B5. Windows color (decimal): -1659049 or 5746662. OLE color: 5746662.
HSL color Cylindrical-coordinate representation of color #E6AF57: hue angle of 36.92º 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 #E6AF57 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 87 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.10 |
| HSL | 36.92º | 0.74% | 0.62% | - |
| HSV(B) | 36.92º | 0.62% | 0.9% | - |
| XYZ | 49.68 | 48.17 | 15.7 | - |
| YUV | 181.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 87 | 0 | 0.24 | 0.62 | 0.10 | 36.92 | 0.74 | 0.62 |
| Hex | E6 | AF | 57 | 0 | 18 | 3E | A | 25 | 4A | 3E |
| Octal | 346 | 257 | 127 | 0 | 30 | 76 | 12 | 45 | 112 | 76 |
| Binary | 11100110 | 10101111 | 1010111 | 0 | 11000 | 111110 | 1010 | 100101 | 1001010 | 111110 |
Color Harmonies of #E6AF57
Complementary color
Monochromatic Colors of #E6AF57
Black with #E6AF57
Text Example
Text Example
White with #E6AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF57; }
p { color: rgb(230,175,87); }
H1.HeaderClassName
{
color: #E6AF57;
}
.AnyTagClassName
{
color: #E6AF57;
}
</style>
background-color css
<style>
a { background-color: #E6AF57; }
a { background-color: rgb(230,175,87); }
div.DivClassName
{
background-color: #E6AF57;
}
.BgClassName
{
background-color: #E6AF57;
}
</style>
border-color css
<style>
span { border-color: #E6AF57; }
span { border-color: rgb(230,175,87); }
td.TdClassName
{
border-color: #E6AF57;
}
.TagClassName
{
border-color: #E6AF57;
}
</style>