Shades of Rob Roy #E5AD56
Tints of Rob Roy #E5AD56
RGB
CMYK
RGB Variations
Color information
#E5AD56 (or 0xE5AD56) is known color: Rob Roy. HEX triplet: E5, AD and 56. RGB value is (229,173,86). Sum of RGB (Red+Green+Blue) = 229+173+86=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD56 is #1A52A9. Grayscale: #B4B4B4. Windows color (decimal): -1725098 or 5680613. OLE color: 5680613.
HSL color Cylindrical-coordinate representation of color #E5AD56: hue angle of 36.5º degrees, saturation: 0.73, 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 #E5AD56 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 86 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.10 |
| HSL | 36.5º | 0.73% | 0.62% | - |
| HSV(B) | 36.5º | 0.62% | 0.9% | - |
| XYZ | 48.94 | 47.22 | 15.34 | - |
| YUV | 179.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 86 | 0 | 0.24 | 0.62 | 0.10 | 36.5 | 0.73 | 0.62 |
| Hex | E5 | AD | 56 | 0 | 18 | 3E | A | 25 | 49 | 3E |
| Octal | 345 | 255 | 126 | 0 | 30 | 76 | 12 | 45 | 111 | 76 |
| Binary | 11100101 | 10101101 | 1010110 | 0 | 11000 | 111110 | 1010 | 100101 | 1001001 | 111110 |
Color Harmonies of #E5AD56
Complementary color
Monochromatic Colors of #E5AD56
Black with #E5AD56
Text Example
Text Example
White with #E5AD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD56; }
p { color: rgb(229,173,86); }
H1.HeaderClassName
{
color: #E5AD56;
}
.AnyTagClassName
{
color: #E5AD56;
}
</style>
background-color css
<style>
a { background-color: #E5AD56; }
a { background-color: rgb(229,173,86); }
div.DivClassName
{
background-color: #E5AD56;
}
.BgClassName
{
background-color: #E5AD56;
}
</style>
border-color css
<style>
span { border-color: #E5AD56; }
span { border-color: rgb(229,173,86); }
td.TdClassName
{
border-color: #E5AD56;
}
.TagClassName
{
border-color: #E5AD56;
}
</style>