Shades of Rob Roy #E5AB56
Tints of Rob Roy #E5AB56
RGB
CMYK
RGB Variations
Color information
#E5AB56 (or 0xE5AB56) is known color: Rob Roy. HEX triplet: E5, AB and 56. RGB value is (229,171,86). Sum of RGB (Red+Green+Blue) = 229+171+86=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AB56 is #1A54A9. Grayscale: #B3B3B3. Windows color (decimal): -1725610 or 5680101. OLE color: 5680101.
HSL color Cylindrical-coordinate representation of color #E5AB56: hue angle of 35.66º 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 #E5AB56 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 86 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.10 |
| HSL | 35.66º | 0.73% | 0.62% | - |
| HSV(B) | 35.66º | 0.62% | 0.9% | - |
| XYZ | 48.56 | 46.46 | 15.21 | - |
| YUV | 178.65 | 75.72 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 86 | 0 | 0.25 | 0.62 | 0.10 | 35.66 | 0.73 | 0.62 |
| Hex | E5 | AB | 56 | 0 | 19 | 3E | A | 24 | 49 | 3E |
| Octal | 345 | 253 | 126 | 0 | 31 | 76 | 12 | 44 | 111 | 76 |
| Binary | 11100101 | 10101011 | 1010110 | 0 | 11001 | 111110 | 1010 | 100100 | 1001001 | 111110 |
Color Harmonies of #E5AB56
Complementary color
Monochromatic Colors of #E5AB56
Black with #E5AB56
Text Example
Text Example
White with #E5AB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB56; }
p { color: rgb(229,171,86); }
H1.HeaderClassName
{
color: #E5AB56;
}
.AnyTagClassName
{
color: #E5AB56;
}
</style>
background-color css
<style>
a { background-color: #E5AB56; }
a { background-color: rgb(229,171,86); }
div.DivClassName
{
background-color: #E5AB56;
}
.BgClassName
{
background-color: #E5AB56;
}
</style>
border-color css
<style>
span { border-color: #E5AB56; }
span { border-color: rgb(229,171,86); }
td.TdClassName
{
border-color: #E5AB56;
}
.TagClassName
{
border-color: #E5AB56;
}
</style>