Shades of Rob Roy #E2AB5A
Tints of Rob Roy #E2AB5A
RGB
CMYK
RGB Variations
Color information
#E2AB5A (or 0xE2AB5A) is known color: Rob Roy. HEX triplet: E2, AB and 5A. RGB value is (226,171,90). Sum of RGB (Red+Green+Blue) = 226+171+90=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AB5A is #1D54A5. Grayscale: #B2B2B2. Windows color (decimal): -1922214 or 5942242. OLE color: 5942242.
HSL color Cylindrical-coordinate representation of color #E2AB5A: hue angle of 35.74º degrees, saturation: 0.7, 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 #E2AB5A is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 171 | 90 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.11 |
| HSL | 35.74º | 0.7% | 0.62% | - |
| HSV(B) | 35.74º | 0.6% | 0.89% | - |
| XYZ | 47.77 | 46.03 | 16.04 | - |
| YUV | 178.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 171 | 90 | 0 | 0.24 | 0.60 | 0.11 | 35.74 | 0.7 | 0.62 |
| Hex | E2 | AB | 5A | 0 | 18 | 3C | B | 24 | 46 | 3E |
| Octal | 342 | 253 | 132 | 0 | 30 | 74 | 13 | 44 | 106 | 76 |
| Binary | 11100010 | 10101011 | 1011010 | 0 | 11000 | 111100 | 1011 | 100100 | 1000110 | 111110 |
Color Harmonies of #E2AB5A
Complementary color
Monochromatic Colors of #E2AB5A
Black with #E2AB5A
Text Example
Text Example
White with #E2AB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AB5A; }
p { color: rgb(226,171,90); }
H1.HeaderClassName
{
color: #E2AB5A;
}
.AnyTagClassName
{
color: #E2AB5A;
}
</style>
background-color css
<style>
a { background-color: #E2AB5A; }
a { background-color: rgb(226,171,90); }
div.DivClassName
{
background-color: #E2AB5A;
}
.BgClassName
{
background-color: #E2AB5A;
}
</style>
border-color css
<style>
span { border-color: #E2AB5A; }
span { border-color: rgb(226,171,90); }
td.TdClassName
{
border-color: #E2AB5A;
}
.TagClassName
{
border-color: #E2AB5A;
}
</style>