Shades of Rob Roy #E2AE5E
Tints of Rob Roy #E2AE5E
RGB
CMYK
RGB Variations
Color information
#E2AE5E (or 0xE2AE5E) is known color: Rob Roy. HEX triplet: E2, AE and 5E. RGB value is (226,174,94). Sum of RGB (Red+Green+Blue) = 226+174+94=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AE5E is #1D51A1. Grayscale: #B4B4B4. Windows color (decimal): -1921442 or 6205154. OLE color: 6205154.
HSL color Cylindrical-coordinate representation of color #E2AE5E: hue angle of 36.36º 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 #E2AE5E is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 174 | 94 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.11 |
| HSL | 36.36º | 0.69% | 0.63% | - |
| HSV(B) | 36.36º | 0.58% | 0.89% | - |
| XYZ | 48.52 | 47.25 | 17.15 | - |
| YUV | 180.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 174 | 94 | 0 | 0.23 | 0.58 | 0.11 | 36.36 | 0.69 | 0.63 |
| Hex | E2 | AE | 5E | 0 | 17 | 3A | B | 24 | 45 | 3F |
| Octal | 342 | 256 | 136 | 0 | 27 | 72 | 13 | 44 | 105 | 77 |
| Binary | 11100010 | 10101110 | 1011110 | 0 | 10111 | 111010 | 1011 | 100100 | 1000101 | 111111 |
Color Harmonies of #E2AE5E
Complementary color
Monochromatic Colors of #E2AE5E
Black with #E2AE5E
Text Example
Text Example
White with #E2AE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AE5E; }
p { color: rgb(226,174,94); }
H1.HeaderClassName
{
color: #E2AE5E;
}
.AnyTagClassName
{
color: #E2AE5E;
}
</style>
background-color css
<style>
a { background-color: #E2AE5E; }
a { background-color: rgb(226,174,94); }
div.DivClassName
{
background-color: #E2AE5E;
}
.BgClassName
{
background-color: #E2AE5E;
}
</style>
border-color css
<style>
span { border-color: #E2AE5E; }
span { border-color: rgb(226,174,94); }
td.TdClassName
{
border-color: #E2AE5E;
}
.TagClassName
{
border-color: #E2AE5E;
}
</style>