Shades of Rob Roy #E2AC5E
Tints of Rob Roy #E2AC5E
RGB
CMYK
RGB Variations
Color information
#E2AC5E (or 0xE2AC5E) is known color: Rob Roy. HEX triplet: E2, AC and 5E. RGB value is (226,172,94). Sum of RGB (Red+Green+Blue) = 226+172+94=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AC5E is #1D53A1. Grayscale: #B3B3B3. Windows color (decimal): -1921954 or 6204642. OLE color: 6204642.
HSL color Cylindrical-coordinate representation of color #E2AC5E: hue angle of 35.45º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2AC5E is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 94 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.11 |
| HSL | 35.45º | 0.69% | 0.63% | - |
| HSV(B) | 35.45º | 0.58% | 0.89% | - |
| XYZ | 48.14 | 46.48 | 17.02 | - |
| YUV | 179.25 | 79.89 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 94 | 0 | 0.24 | 0.58 | 0.11 | 35.45 | 0.69 | 0.63 |
| Hex | E2 | AC | 5E | 0 | 18 | 3A | B | 23 | 45 | 3F |
| Octal | 342 | 254 | 136 | 0 | 30 | 72 | 13 | 43 | 105 | 77 |
| Binary | 11100010 | 10101100 | 1011110 | 0 | 11000 | 111010 | 1011 | 100011 | 1000101 | 111111 |
Color Harmonies of #E2AC5E
Complementary color
Monochromatic Colors of #E2AC5E
Black with #E2AC5E
Text Example
Text Example
White with #E2AC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC5E; }
p { color: rgb(226,172,94); }
H1.HeaderClassName
{
color: #E2AC5E;
}
.AnyTagClassName
{
color: #E2AC5E;
}
</style>
background-color css
<style>
a { background-color: #E2AC5E; }
a { background-color: rgb(226,172,94); }
div.DivClassName
{
background-color: #E2AC5E;
}
.BgClassName
{
background-color: #E2AC5E;
}
</style>
border-color css
<style>
span { border-color: #E2AC5E; }
span { border-color: rgb(226,172,94); }
td.TdClassName
{
border-color: #E2AC5E;
}
.TagClassName
{
border-color: #E2AC5E;
}
</style>