Shades of Rob Roy #E2AF58
Tints of Rob Roy #E2AF58
RGB
CMYK
RGB Variations
Color information
#E2AF58 (or 0xE2AF58) is known color: Rob Roy. HEX triplet: E2, AF and 58. RGB value is (226,175,88). Sum of RGB (Red+Green+Blue) = 226+175+88=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AF58 is #1D50A7. Grayscale: #B4B4B4. Windows color (decimal): -1921192 or 5812194. OLE color: 5812194.
HSL color Cylindrical-coordinate representation of color #E2AF58: hue angle of 37.83º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2AF58 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 88 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.11 |
| HSL | 37.83º | 0.7% | 0.62% | - |
| HSV(B) | 37.83º | 0.61% | 0.89% | - |
| XYZ | 48.46 | 47.53 | 15.85 | - |
| YUV | 180.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 88 | 0 | 0.23 | 0.61 | 0.11 | 37.83 | 0.7 | 0.62 |
| Hex | E2 | AF | 58 | 0 | 17 | 3D | B | 26 | 46 | 3E |
| Octal | 342 | 257 | 130 | 0 | 27 | 75 | 13 | 46 | 106 | 76 |
| Binary | 11100010 | 10101111 | 1011000 | 0 | 10111 | 111101 | 1011 | 100110 | 1000110 | 111110 |
Color Harmonies of #E2AF58
Complementary color
Monochromatic Colors of #E2AF58
Black with #E2AF58
Text Example
Text Example
White with #E2AF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF58; }
p { color: rgb(226,175,88); }
H1.HeaderClassName
{
color: #E2AF58;
}
.AnyTagClassName
{
color: #E2AF58;
}
</style>
background-color css
<style>
a { background-color: #E2AF58; }
a { background-color: rgb(226,175,88); }
div.DivClassName
{
background-color: #E2AF58;
}
.BgClassName
{
background-color: #E2AF58;
}
</style>
border-color css
<style>
span { border-color: #E2AF58; }
span { border-color: rgb(226,175,88); }
td.TdClassName
{
border-color: #E2AF58;
}
.TagClassName
{
border-color: #E2AF58;
}
</style>