Shades of Rob Roy #E5AF58
Tints of Rob Roy #E5AF58
RGB
CMYK
RGB Variations
Color information
#E5AF58 (or 0xE5AF58) is known color: Rob Roy. HEX triplet: E5, AF and 58. RGB value is (229,175,88). Sum of RGB (Red+Green+Blue) = 229+175+88=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF58 is #1A50A7. Grayscale: #B5B5B5. Windows color (decimal): -1724584 or 5812197. OLE color: 5812197.
HSL color Cylindrical-coordinate representation of color #E5AF58: hue angle of 37.02º 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 #E5AF58 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 88 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.10 |
| HSL | 37.02º | 0.73% | 0.62% | - |
| HSV(B) | 37.02º | 0.62% | 0.9% | - |
| XYZ | 49.4 | 48.02 | 15.9 | - |
| YUV | 181.23 | 75.39 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 88 | 0 | 0.24 | 0.62 | 0.10 | 37.02 | 0.73 | 0.62 |
| Hex | E5 | AF | 58 | 0 | 18 | 3E | A | 25 | 49 | 3E |
| Octal | 345 | 257 | 130 | 0 | 30 | 76 | 12 | 45 | 111 | 76 |
| Binary | 11100101 | 10101111 | 1011000 | 0 | 11000 | 111110 | 1010 | 100101 | 1001001 | 111110 |
Color Harmonies of #E5AF58
Complementary color
Monochromatic Colors of #E5AF58
Black with #E5AF58
Text Example
Text Example
White with #E5AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF58; }
p { color: rgb(229,175,88); }
H1.HeaderClassName
{
color: #E5AF58;
}
.AnyTagClassName
{
color: #E5AF58;
}
</style>
background-color css
<style>
a { background-color: #E5AF58; }
a { background-color: rgb(229,175,88); }
div.DivClassName
{
background-color: #E5AF58;
}
.BgClassName
{
background-color: #E5AF58;
}
</style>
border-color css
<style>
span { border-color: #E5AF58; }
span { border-color: rgb(229,175,88); }
td.TdClassName
{
border-color: #E5AF58;
}
.TagClassName
{
border-color: #E5AF58;
}
</style>