Shades of Rob Roy #E5AB5B
Tints of Rob Roy #E5AB5B
RGB
CMYK
RGB Variations
Color information
#E5AB5B (or 0xE5AB5B) is known color: Rob Roy. HEX triplet: E5, AB and 5B. RGB value is (229,171,91). Sum of RGB (Red+Green+Blue) = 229+171+91=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AB5B is #1A54A4. Grayscale: #B3B3B3. Windows color (decimal): -1725605 or 6007781. OLE color: 6007781.
HSL color Cylindrical-coordinate representation of color #E5AB5B: hue angle of 34.78º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5AB5B is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 91 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.10 |
| HSL | 34.78º | 0.73% | 0.63% | - |
| HSV(B) | 34.78º | 0.6% | 0.9% | - |
| XYZ | 48.76 | 46.54 | 16.31 | - |
| YUV | 179.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 91 | 0 | 0.25 | 0.60 | 0.10 | 34.78 | 0.73 | 0.63 |
| Hex | E5 | AB | 5B | 0 | 19 | 3C | A | 23 | 49 | 3F |
| Octal | 345 | 253 | 133 | 0 | 31 | 74 | 12 | 43 | 111 | 77 |
| Binary | 11100101 | 10101011 | 1011011 | 0 | 11001 | 111100 | 1010 | 100011 | 1001001 | 111111 |
Color Harmonies of #E5AB5B
Complementary color
Monochromatic Colors of #E5AB5B
Black with #E5AB5B
Text Example
Text Example
White with #E5AB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB5B; }
p { color: rgb(229,171,91); }
H1.HeaderClassName
{
color: #E5AB5B;
}
.AnyTagClassName
{
color: #E5AB5B;
}
</style>
background-color css
<style>
a { background-color: #E5AB5B; }
a { background-color: rgb(229,171,91); }
div.DivClassName
{
background-color: #E5AB5B;
}
.BgClassName
{
background-color: #E5AB5B;
}
</style>
border-color css
<style>
span { border-color: #E5AB5B; }
span { border-color: rgb(229,171,91); }
td.TdClassName
{
border-color: #E5AB5B;
}
.TagClassName
{
border-color: #E5AB5B;
}
</style>