Shades of Rob Roy #E2A85B
Tints of Rob Roy #E2A85B
RGB
CMYK
RGB Variations
Color information
#E2A85B (or 0xE2A85B) is known color: Rob Roy. HEX triplet: E2, A8 and 5B. RGB value is (226,168,91). Sum of RGB (Red+Green+Blue) = 226+168+91=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 91 (35.94% from 255 or 18.76% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A85B is #1D57A4. Grayscale: #B0B0B0. Windows color (decimal): -1922981 or 6007010. OLE color: 6007010.
HSL color Cylindrical-coordinate representation of color #E2A85B: hue angle of 34.22º 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 #E2A85B is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 168 | 91 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.11 |
| HSL | 34.22º | 0.7% | 0.62% | - |
| HSV(B) | 34.22º | 0.6% | 0.89% | - |
| XYZ | 47.25 | 44.93 | 16.08 | - |
| YUV | 176.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 91 | 0 | 0.26 | 0.60 | 0.11 | 34.22 | 0.7 | 0.62 |
| Hex | E2 | A8 | 5B | 0 | 1A | 3C | B | 22 | 46 | 3E |
| Octal | 342 | 250 | 133 | 0 | 32 | 74 | 13 | 42 | 106 | 76 |
| Binary | 11100010 | 10101000 | 1011011 | 0 | 11010 | 111100 | 1011 | 100010 | 1000110 | 111110 |
Color Harmonies of #E2A85B
Complementary color
Monochromatic Colors of #E2A85B
Black with #E2A85B
Text Example
Text Example
White with #E2A85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A85B; }
p { color: rgb(226,168,91); }
H1.HeaderClassName
{
color: #E2A85B;
}
.AnyTagClassName
{
color: #E2A85B;
}
</style>
background-color css
<style>
a { background-color: #E2A85B; }
a { background-color: rgb(226,168,91); }
div.DivClassName
{
background-color: #E2A85B;
}
.BgClassName
{
background-color: #E2A85B;
}
</style>
border-color css
<style>
span { border-color: #E2A85B; }
span { border-color: rgb(226,168,91); }
td.TdClassName
{
border-color: #E2A85B;
}
.TagClassName
{
border-color: #E2A85B;
}
</style>