Shades of Rob Roy #E3AB5A
Tints of Rob Roy #E3AB5A
RGB
CMYK
RGB Variations
Color information
#E3AB5A (or 0xE3AB5A) is known color: Rob Roy. HEX triplet: E3, AB and 5A. RGB value is (227,171,90). Sum of RGB (Red+Green+Blue) = 227+171+90=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AB5A is #1C54A5. Grayscale: #B2B2B2. Windows color (decimal): -1856678 or 5942243. OLE color: 5942243.
HSL color Cylindrical-coordinate representation of color #E3AB5A: hue angle of 35.47º 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 #E3AB5A is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 171 | 90 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.11 |
| HSL | 35.47º | 0.71% | 0.62% | - |
| HSV(B) | 35.47º | 0.6% | 0.89% | - |
| XYZ | 48.09 | 46.19 | 16.05 | - |
| YUV | 178.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 171 | 90 | 0 | 0.25 | 0.60 | 0.11 | 35.47 | 0.71 | 0.62 |
| Hex | E3 | AB | 5A | 0 | 19 | 3C | B | 23 | 47 | 3E |
| Octal | 343 | 253 | 132 | 0 | 31 | 74 | 13 | 43 | 107 | 76 |
| Binary | 11100011 | 10101011 | 1011010 | 0 | 11001 | 111100 | 1011 | 100011 | 1000111 | 111110 |
Color Harmonies of #E3AB5A
Complementary color
Monochromatic Colors of #E3AB5A
Black with #E3AB5A
Text Example
Text Example
White with #E3AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AB5A; }
p { color: rgb(227,171,90); }
H1.HeaderClassName
{
color: #E3AB5A;
}
.AnyTagClassName
{
color: #E3AB5A;
}
</style>
background-color css
<style>
a { background-color: #E3AB5A; }
a { background-color: rgb(227,171,90); }
div.DivClassName
{
background-color: #E3AB5A;
}
.BgClassName
{
background-color: #E3AB5A;
}
</style>
border-color css
<style>
span { border-color: #E3AB5A; }
span { border-color: rgb(227,171,90); }
td.TdClassName
{
border-color: #E3AB5A;
}
.TagClassName
{
border-color: #E3AB5A;
}
</style>