Shades of Rob Roy #E6A757
Tints of Rob Roy #E6A757
RGB
CMYK
RGB Variations
Color information
#E6A757 (or 0xE6A757) is known color: Rob Roy. HEX triplet: E6, A7 and 57. RGB value is (230,167,87). Sum of RGB (Red+Green+Blue) = 230+167+87=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 87 (34.38% from 255 or 17.98% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A757 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A757 is #1958A8. Grayscale: #B1B1B1. Windows color (decimal): -1661097 or 5744614. OLE color: 5744614.
HSL color Cylindrical-coordinate representation of color #E6A757: hue angle of 33.57º 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 #E6A757 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 87 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.10 |
| HSL | 33.57º | 0.74% | 0.62% | - |
| HSV(B) | 33.57º | 0.62% | 0.9% | - |
| XYZ | 48.17 | 45.15 | 15.19 | - |
| YUV | 176.72 | 77.37 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 87 | 0 | 0.27 | 0.62 | 0.10 | 33.57 | 0.74 | 0.62 |
| Hex | E6 | A7 | 57 | 0 | 1B | 3E | A | 22 | 4A | 3E |
| Octal | 346 | 247 | 127 | 0 | 33 | 76 | 12 | 42 | 112 | 76 |
| Binary | 11100110 | 10100111 | 1010111 | 0 | 11011 | 111110 | 1010 | 100010 | 1001010 | 111110 |
Color Harmonies of #E6A757
Complementary color
Monochromatic Colors of #E6A757
Black with #E6A757
Text Example
Text Example
White with #E6A757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A757; }
p { color: rgb(230,167,87); }
H1.HeaderClassName
{
color: #E6A757;
}
.AnyTagClassName
{
color: #E6A757;
}
</style>
background-color css
<style>
a { background-color: #E6A757; }
a { background-color: rgb(230,167,87); }
div.DivClassName
{
background-color: #E6A757;
}
.BgClassName
{
background-color: #E6A757;
}
</style>
border-color css
<style>
span { border-color: #E6A757; }
span { border-color: rgb(230,167,87); }
td.TdClassName
{
border-color: #E6A757;
}
.TagClassName
{
border-color: #E6A757;
}
</style>