Shades of Rob Roy #E7AD56
Tints of Rob Roy #E7AD56
RGB
CMYK
RGB Variations
Color information
#E7AD56 (or 0xE7AD56) is known color: Rob Roy. HEX triplet: E7, AD and 56. RGB value is (231,173,86). Sum of RGB (Red+Green+Blue) = 231+173+86=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 86 (33.98% from 255 or 17.55% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD56 is #1852A9. Grayscale: #B4B4B4. Windows color (decimal): -1594026 or 5680615. OLE color: 5680615.
HSL color Cylindrical-coordinate representation of color #E7AD56: hue angle of 36º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7AD56 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 86 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.09 |
| HSL | 36º | 0.75% | 0.62% | - |
| HSV(B) | 36º | 0.63% | 0.91% | - |
| XYZ | 49.58 | 47.55 | 15.37 | - |
| YUV | 180.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 86 | 0 | 0.25 | 0.63 | 0.09 | 36 | 0.75 | 0.62 |
| Hex | E7 | AD | 56 | 0 | 19 | 3F | 9 | 24 | 4B | 3E |
| Octal | 347 | 255 | 126 | 0 | 31 | 77 | 11 | 44 | 113 | 76 |
| Binary | 11100111 | 10101101 | 1010110 | 0 | 11001 | 111111 | 1001 | 100100 | 1001011 | 111110 |
Color Harmonies of #E7AD56
Complementary color
Monochromatic Colors of #E7AD56
Black with #E7AD56
Text Example
Text Example
White with #E7AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD56; }
p { color: rgb(231,173,86); }
H1.HeaderClassName
{
color: #E7AD56;
}
.AnyTagClassName
{
color: #E7AD56;
}
</style>
background-color css
<style>
a { background-color: #E7AD56; }
a { background-color: rgb(231,173,86); }
div.DivClassName
{
background-color: #E7AD56;
}
.BgClassName
{
background-color: #E7AD56;
}
</style>
border-color css
<style>
span { border-color: #E7AD56; }
span { border-color: rgb(231,173,86); }
td.TdClassName
{
border-color: #E7AD56;
}
.TagClassName
{
border-color: #E7AD56;
}
</style>