Shades of Rob Roy #E2AB58
Tints of Rob Roy #E2AB58
RGB
CMYK
RGB Variations
Color information
#E2AB58 (or 0xE2AB58) is known color: Rob Roy. HEX triplet: E2, AB and 58. RGB value is (226,171,88). Sum of RGB (Red+Green+Blue) = 226+171+88=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 88 (34.77% from 255 or 18.14% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB58 is #1D54A7. Grayscale: #B2B2B2. Windows color (decimal): -1922216 or 5811170. OLE color: 5811170.
HSL color Cylindrical-coordinate representation of color #E2AB58: hue angle of 36.09º 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 #E2AB58 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 88 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.11 |
| HSL | 36.09º | 0.7% | 0.62% | - |
| HSV(B) | 36.09º | 0.61% | 0.89% | - |
| XYZ | 47.69 | 46 | 15.6 | - |
| YUV | 177.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 88 | 0 | 0.24 | 0.61 | 0.11 | 36.09 | 0.7 | 0.62 |
| Hex | E2 | AB | 58 | 0 | 18 | 3D | B | 24 | 46 | 3E |
| Octal | 342 | 253 | 130 | 0 | 30 | 75 | 13 | 44 | 106 | 76 |
| Binary | 11100010 | 10101011 | 1011000 | 0 | 11000 | 111101 | 1011 | 100100 | 1000110 | 111110 |
Color Harmonies of #E2AB58
Complementary color
Monochromatic Colors of #E2AB58
Black with #E2AB58
Text Example
Text Example
White with #E2AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB58; }
p { color: rgb(226,171,88); }
H1.HeaderClassName
{
color: #E2AB58;
}
.AnyTagClassName
{
color: #E2AB58;
}
</style>
background-color css
<style>
a { background-color: #E2AB58; }
a { background-color: rgb(226,171,88); }
div.DivClassName
{
background-color: #E2AB58;
}
.BgClassName
{
background-color: #E2AB58;
}
</style>
border-color css
<style>
span { border-color: #E2AB58; }
span { border-color: rgb(226,171,88); }
td.TdClassName
{
border-color: #E2AB58;
}
.TagClassName
{
border-color: #E2AB58;
}
</style>