Shades of Rob Roy #E5AA57
Tints of Rob Roy #E5AA57
RGB
CMYK
RGB Variations
Color information
#E5AA57 (or 0xE5AA57) is known color: Rob Roy. HEX triplet: E5, AA and 57. RGB value is (229,170,87). Sum of RGB (Red+Green+Blue) = 229+170+87=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AA57 is #1A55A8. Grayscale: #B2B2B2. Windows color (decimal): -1725865 or 5745381. OLE color: 5745381.
HSL color Cylindrical-coordinate representation of color #E5AA57: hue angle of 35.07º 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 #E5AA57 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 87 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.10 |
| HSL | 35.07º | 0.73% | 0.62% | - |
| HSV(B) | 35.07º | 0.62% | 0.9% | - |
| XYZ | 48.41 | 46.1 | 15.36 | - |
| YUV | 178.18 | 76.55 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 87 | 0 | 0.26 | 0.62 | 0.10 | 35.07 | 0.73 | 0.62 |
| Hex | E5 | AA | 57 | 0 | 1A | 3E | A | 23 | 49 | 3E |
| Octal | 345 | 252 | 127 | 0 | 32 | 76 | 12 | 43 | 111 | 76 |
| Binary | 11100101 | 10101010 | 1010111 | 0 | 11010 | 111110 | 1010 | 100011 | 1001001 | 111110 |
Color Harmonies of #E5AA57
Complementary color
Monochromatic Colors of #E5AA57
Black with #E5AA57
Text Example
Text Example
White with #E5AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA57; }
p { color: rgb(229,170,87); }
H1.HeaderClassName
{
color: #E5AA57;
}
.AnyTagClassName
{
color: #E5AA57;
}
</style>
background-color css
<style>
a { background-color: #E5AA57; }
a { background-color: rgb(229,170,87); }
div.DivClassName
{
background-color: #E5AA57;
}
.BgClassName
{
background-color: #E5AA57;
}
</style>
border-color css
<style>
span { border-color: #E5AA57; }
span { border-color: rgb(229,170,87); }
td.TdClassName
{
border-color: #E5AA57;
}
.TagClassName
{
border-color: #E5AA57;
}
</style>