Shades of Rob Roy #E5AD55
Tints of Rob Roy #E5AD55
RGB
CMYK
RGB Variations
Color information
#E5AD55 (or 0xE5AD55) is known color: Rob Roy. HEX triplet: E5, AD and 55. RGB value is (229,173,85). Sum of RGB (Red+Green+Blue) = 229+173+85=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AD55 is #1A52AA. Grayscale: #B4B4B4. Windows color (decimal): -1725099 or 5615077. OLE color: 5615077.
HSL color Cylindrical-coordinate representation of color #E5AD55: hue angle of 36.67º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5AD55 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 85 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.10 |
| HSL | 36.67º | 0.73% | 0.62% | - |
| HSV(B) | 36.67º | 0.63% | 0.9% | - |
| XYZ | 48.9 | 47.2 | 15.13 | - |
| YUV | 179.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 85 | 0 | 0.24 | 0.63 | 0.10 | 36.67 | 0.73 | 0.62 |
| Hex | E5 | AD | 55 | 0 | 18 | 3F | A | 25 | 49 | 3E |
| Octal | 345 | 255 | 125 | 0 | 30 | 77 | 12 | 45 | 111 | 76 |
| Binary | 11100101 | 10101101 | 1010101 | 0 | 11000 | 111111 | 1010 | 100101 | 1001001 | 111110 |
Color Harmonies of #E5AD55
Complementary color
Monochromatic Colors of #E5AD55
Black with #E5AD55
Text Example
Text Example
White with #E5AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD55; }
p { color: rgb(229,173,85); }
H1.HeaderClassName
{
color: #E5AD55;
}
.AnyTagClassName
{
color: #E5AD55;
}
</style>
background-color css
<style>
a { background-color: #E5AD55; }
a { background-color: rgb(229,173,85); }
div.DivClassName
{
background-color: #E5AD55;
}
.BgClassName
{
background-color: #E5AD55;
}
</style>
border-color css
<style>
span { border-color: #E5AD55; }
span { border-color: rgb(229,173,85); }
td.TdClassName
{
border-color: #E5AD55;
}
.TagClassName
{
border-color: #E5AD55;
}
</style>