Shades of Rob Roy #E5A655
Tints of Rob Roy #E5A655
RGB
CMYK
RGB Variations
Color information
#E5A655 (or 0xE5A655) is known color: Rob Roy. HEX triplet: E5, A6 and 55. RGB value is (229,166,85). Sum of RGB (Red+Green+Blue) = 229+166+85=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A655 is #1A59AA. Grayscale: #AFAFAF. Windows color (decimal): -1726891 or 5613285. OLE color: 5613285.
HSL color Cylindrical-coordinate representation of color #E5A655: hue angle of 33.75º 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 #E5A655 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 85 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.10 |
| HSL | 33.75º | 0.73% | 0.62% | - |
| HSV(B) | 33.75º | 0.63% | 0.9% | - |
| XYZ | 47.59 | 44.59 | 14.69 | - |
| YUV | 175.6 | 76.87 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 85 | 0 | 0.28 | 0.63 | 0.10 | 33.75 | 0.73 | 0.62 |
| Hex | E5 | A6 | 55 | 0 | 1C | 3F | A | 22 | 49 | 3E |
| Octal | 345 | 246 | 125 | 0 | 34 | 77 | 12 | 42 | 111 | 76 |
| Binary | 11100101 | 10100110 | 1010101 | 0 | 11100 | 111111 | 1010 | 100010 | 1001001 | 111110 |
Color Harmonies of #E5A655
Complementary color
Monochromatic Colors of #E5A655
Black with #E5A655
Text Example
Text Example
White with #E5A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A655; }
p { color: rgb(229,166,85); }
H1.HeaderClassName
{
color: #E5A655;
}
.AnyTagClassName
{
color: #E5A655;
}
</style>
background-color css
<style>
a { background-color: #E5A655; }
a { background-color: rgb(229,166,85); }
div.DivClassName
{
background-color: #E5A655;
}
.BgClassName
{
background-color: #E5A655;
}
</style>
border-color css
<style>
span { border-color: #E5A655; }
span { border-color: rgb(229,166,85); }
td.TdClassName
{
border-color: #E5A655;
}
.TagClassName
{
border-color: #E5A655;
}
</style>