Shades of Rob Roy #E1AF50
Tints of Rob Roy #E1AF50
RGB
CMYK
RGB Variations
Color information
#E1AF50 (or 0xE1AF50) is known color: Rob Roy. HEX triplet: E1, AF and 50. RGB value is (225,175,80). Sum of RGB (Red+Green+Blue) = 225+175+80=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 80 (31.64% from 255 or 16.67% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AF50 is #1E50AF. Grayscale: #B3B3B3. Windows color (decimal): -1986736 or 5287905. OLE color: 5287905.
HSL color Cylindrical-coordinate representation of color #E1AF50: hue angle of 39.31º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1AF50 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 80 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.12 |
| HSL | 39.31º | 0.71% | 0.6% | - |
| HSV(B) | 39.31º | 0.64% | 0.88% | - |
| XYZ | 47.83 | 47.25 | 14.19 | - |
| YUV | 179.12 | 72.07 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 80 | 0 | 0.22 | 0.64 | 0.12 | 39.31 | 0.71 | 0.6 |
| Hex | E1 | AF | 50 | 0 | 16 | 40 | C | 27 | 47 | 3C |
| Octal | 341 | 257 | 120 | 0 | 26 | 100 | 14 | 47 | 107 | 74 |
| Binary | 11100001 | 10101111 | 1010000 | 0 | 10110 | 1000000 | 1100 | 100111 | 1000111 | 111100 |
Color Harmonies of #E1AF50
Complementary color
Monochromatic Colors of #E1AF50
Black with #E1AF50
Text Example
Text Example
White with #E1AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF50; }
p { color: rgb(225,175,80); }
H1.HeaderClassName
{
color: #E1AF50;
}
.AnyTagClassName
{
color: #E1AF50;
}
</style>
background-color css
<style>
a { background-color: #E1AF50; }
a { background-color: rgb(225,175,80); }
div.DivClassName
{
background-color: #E1AF50;
}
.BgClassName
{
background-color: #E1AF50;
}
</style>
border-color css
<style>
span { border-color: #E1AF50; }
span { border-color: rgb(225,175,80); }
td.TdClassName
{
border-color: #E1AF50;
}
.TagClassName
{
border-color: #E1AF50;
}
</style>