Shades of Rob Roy #E1AE55
Tints of Rob Roy #E1AE55
RGB
CMYK
RGB Variations
Color information
#E1AE55 (or 0xE1AE55) is known color: Rob Roy. HEX triplet: E1, AE and 55. RGB value is (225,174,85). Sum of RGB (Red+Green+Blue) = 225+174+85=484 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.49% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 85 (33.59% from 255 or 17.56% from 484); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AE55 is #1E51AA. Grayscale: #B3B3B3. Windows color (decimal): -1986987 or 5615329. OLE color: 5615329.
HSL color Cylindrical-coordinate representation of color #E1AE55: hue angle of 38.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1AE55 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 174 | 85 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.12 |
| HSL | 38.14º | 0.7% | 0.61% | - |
| HSV(B) | 38.14º | 0.62% | 0.88% | - |
| XYZ | 47.83 | 46.94 | 15.13 | - |
| YUV | 179.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 174 | 85 | 0 | 0.23 | 0.62 | 0.12 | 38.14 | 0.7 | 0.61 |
| Hex | E1 | AE | 55 | 0 | 17 | 3E | C | 26 | 46 | 3D |
| Octal | 341 | 256 | 125 | 0 | 27 | 76 | 14 | 46 | 106 | 75 |
| Binary | 11100001 | 10101110 | 1010101 | 0 | 10111 | 111110 | 1100 | 100110 | 1000110 | 111101 |
Color Harmonies of #E1AE55
Complementary color
Monochromatic Colors of #E1AE55
Black with #E1AE55
Text Example
Text Example
White with #E1AE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AE55; }
p { color: rgb(225,174,85); }
H1.HeaderClassName
{
color: #E1AE55;
}
.AnyTagClassName
{
color: #E1AE55;
}
</style>
background-color css
<style>
a { background-color: #E1AE55; }
a { background-color: rgb(225,174,85); }
div.DivClassName
{
background-color: #E1AE55;
}
.BgClassName
{
background-color: #E1AE55;
}
</style>
border-color css
<style>
span { border-color: #E1AE55; }
span { border-color: rgb(225,174,85); }
td.TdClassName
{
border-color: #E1AE55;
}
.TagClassName
{
border-color: #E1AE55;
}
</style>