Shades of Rob Roy #E5A757
Tints of Rob Roy #E5A757
RGB
CMYK
RGB Variations
Color information
#E5A757 (or 0xE5A757) is known color: Rob Roy. HEX triplet: E5, A7 and 57. RGB value is (229,167,87). Sum of RGB (Red+Green+Blue) = 229+167+87=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A757 is #1A58A8. Grayscale: #B0B0B0. Windows color (decimal): -1726633 or 5744613. OLE color: 5744613.
HSL color Cylindrical-coordinate representation of color #E5A757: hue angle of 33.8º 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 #E5A757 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 167 | 87 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.10 |
| HSL | 33.8º | 0.73% | 0.62% | - |
| HSV(B) | 33.8º | 0.62% | 0.9% | - |
| XYZ | 47.85 | 44.98 | 15.18 | - |
| YUV | 176.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 167 | 87 | 0 | 0.27 | 0.62 | 0.10 | 33.8 | 0.73 | 0.62 |
| Hex | E5 | A7 | 57 | 0 | 1B | 3E | A | 22 | 49 | 3E |
| Octal | 345 | 247 | 127 | 0 | 33 | 76 | 12 | 42 | 111 | 76 |
| Binary | 11100101 | 10100111 | 1010111 | 0 | 11011 | 111110 | 1010 | 100010 | 1001001 | 111110 |
Color Harmonies of #E5A757
Complementary color
Monochromatic Colors of #E5A757
Black with #E5A757
Text Example
Text Example
White with #E5A757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A757; }
p { color: rgb(229,167,87); }
H1.HeaderClassName
{
color: #E5A757;
}
.AnyTagClassName
{
color: #E5A757;
}
</style>
background-color css
<style>
a { background-color: #E5A757; }
a { background-color: rgb(229,167,87); }
div.DivClassName
{
background-color: #E5A757;
}
.BgClassName
{
background-color: #E5A757;
}
</style>
border-color css
<style>
span { border-color: #E5A757; }
span { border-color: rgb(229,167,87); }
td.TdClassName
{
border-color: #E5A757;
}
.TagClassName
{
border-color: #E5A757;
}
</style>