Shades of Rob Roy #E2A95B
Tints of Rob Roy #E2A95B
RGB
CMYK
RGB Variations
Color information
#E2A95B (or 0xE2A95B) is known color: Rob Roy. HEX triplet: E2, A9 and 5B. RGB value is (226,169,91). Sum of RGB (Red+Green+Blue) = 226+169+91=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A95B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A95B is #1D56A4. Grayscale: #B1B1B1. Windows color (decimal): -1922725 or 6007266. OLE color: 6007266.
HSL color Cylindrical-coordinate representation of color #E2A95B: hue angle of 34.67º 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 #E2A95B is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 91 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.11 |
| HSL | 34.67º | 0.7% | 0.62% | - |
| HSV(B) | 34.67º | 0.6% | 0.89% | - |
| XYZ | 47.44 | 45.3 | 16.14 | - |
| YUV | 177.15 | 79.38 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 91 | 0 | 0.25 | 0.60 | 0.11 | 34.67 | 0.7 | 0.62 |
| Hex | E2 | A9 | 5B | 0 | 19 | 3C | B | 23 | 46 | 3E |
| Octal | 342 | 251 | 133 | 0 | 31 | 74 | 13 | 43 | 106 | 76 |
| Binary | 11100010 | 10101001 | 1011011 | 0 | 11001 | 111100 | 1011 | 100011 | 1000110 | 111110 |
Color Harmonies of #E2A95B
Complementary color
Monochromatic Colors of #E2A95B
Black with #E2A95B
Text Example
Text Example
White with #E2A95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A95B; }
p { color: rgb(226,169,91); }
H1.HeaderClassName
{
color: #E2A95B;
}
.AnyTagClassName
{
color: #E2A95B;
}
</style>
background-color css
<style>
a { background-color: #E2A95B; }
a { background-color: rgb(226,169,91); }
div.DivClassName
{
background-color: #E2A95B;
}
.BgClassName
{
background-color: #E2A95B;
}
</style>
border-color css
<style>
span { border-color: #E2A95B; }
span { border-color: rgb(226,169,91); }
td.TdClassName
{
border-color: #E2A95B;
}
.TagClassName
{
border-color: #E2A95B;
}
</style>