Shades of Rob Roy #E6A856
Tints of Rob Roy #E6A856
RGB
CMYK
RGB Variations
Color information
#E6A856 (or 0xE6A856) is known color: Rob Roy. HEX triplet: E6, A8 and 56. RGB value is (230,168,86). Sum of RGB (Red+Green+Blue) = 230+168+86=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A856 is #1957A9. Grayscale: #B1B1B1. Windows color (decimal): -1660842 or 5679334. OLE color: 5679334.
HSL color Cylindrical-coordinate representation of color #E6A856: hue angle of 34.17º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6A856 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 86 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.10 |
| HSL | 34.17º | 0.74% | 0.62% | - |
| HSV(B) | 34.17º | 0.63% | 0.9% | - |
| XYZ | 48.32 | 45.5 | 15.04 | - |
| YUV | 177.19 | 76.54 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 86 | 0 | 0.27 | 0.63 | 0.10 | 34.17 | 0.74 | 0.62 |
| Hex | E6 | A8 | 56 | 0 | 1B | 3F | A | 22 | 4A | 3E |
| Octal | 346 | 250 | 126 | 0 | 33 | 77 | 12 | 42 | 112 | 76 |
| Binary | 11100110 | 10101000 | 1010110 | 0 | 11011 | 111111 | 1010 | 100010 | 1001010 | 111110 |
Color Harmonies of #E6A856
Complementary color
Monochromatic Colors of #E6A856
Black with #E6A856
Text Example
Text Example
White with #E6A856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A856; }
p { color: rgb(230,168,86); }
H1.HeaderClassName
{
color: #E6A856;
}
.AnyTagClassName
{
color: #E6A856;
}
</style>
background-color css
<style>
a { background-color: #E6A856; }
a { background-color: rgb(230,168,86); }
div.DivClassName
{
background-color: #E6A856;
}
.BgClassName
{
background-color: #E6A856;
}
</style>
border-color css
<style>
span { border-color: #E6A856; }
span { border-color: rgb(230,168,86); }
td.TdClassName
{
border-color: #E6A856;
}
.TagClassName
{
border-color: #E6A856;
}
</style>