Shades of Rob Roy #E3AB5B
Tints of Rob Roy #E3AB5B
RGB
CMYK
RGB Variations
Color information
#E3AB5B (or 0xE3AB5B) is known color: Rob Roy. HEX triplet: E3, AB and 5B. RGB value is (227,171,91). Sum of RGB (Red+Green+Blue) = 227+171+91=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AB5B is #1C54A4. Grayscale: #B3B3B3. Windows color (decimal): -1856677 or 6007779. OLE color: 6007779.
HSL color Cylindrical-coordinate representation of color #E3AB5B: hue angle of 35.29º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3AB5B is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 171 | 91 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.11 |
| HSL | 35.29º | 0.71% | 0.62% | - |
| HSV(B) | 35.29º | 0.6% | 0.89% | - |
| XYZ | 48.13 | 46.21 | 16.28 | - |
| YUV | 178.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 171 | 91 | 0 | 0.25 | 0.60 | 0.11 | 35.29 | 0.71 | 0.62 |
| Hex | E3 | AB | 5B | 0 | 19 | 3C | B | 23 | 47 | 3E |
| Octal | 343 | 253 | 133 | 0 | 31 | 74 | 13 | 43 | 107 | 76 |
| Binary | 11100011 | 10101011 | 1011011 | 0 | 11001 | 111100 | 1011 | 100011 | 1000111 | 111110 |
Color Harmonies of #E3AB5B
Complementary color
Monochromatic Colors of #E3AB5B
Black with #E3AB5B
Text Example
Text Example
White with #E3AB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AB5B; }
p { color: rgb(227,171,91); }
H1.HeaderClassName
{
color: #E3AB5B;
}
.AnyTagClassName
{
color: #E3AB5B;
}
</style>
background-color css
<style>
a { background-color: #E3AB5B; }
a { background-color: rgb(227,171,91); }
div.DivClassName
{
background-color: #E3AB5B;
}
.BgClassName
{
background-color: #E3AB5B;
}
</style>
border-color css
<style>
span { border-color: #E3AB5B; }
span { border-color: rgb(227,171,91); }
td.TdClassName
{
border-color: #E3AB5B;
}
.TagClassName
{
border-color: #E3AB5B;
}
</style>