Shades of Rob Roy #E1B155
Tints of Rob Roy #E1B155
RGB
CMYK
RGB Variations
Color information
#E1B155 (or 0xE1B155) is known color: Rob Roy. HEX triplet: E1, B1 and 55. RGB value is (225,177,85). Sum of RGB (Red+Green+Blue) = 225+177+85=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 85 (33.59% from 255 or 17.45% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B155 is #1E4EAA. Grayscale: #B5B5B5. Windows color (decimal): -1986219 or 5616097. OLE color: 5616097.
HSL color Cylindrical-coordinate representation of color #E1B155: hue angle of 39.43º 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 #E1B155 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 177 | 85 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.12 |
| HSL | 39.43º | 0.7% | 0.61% | - |
| HSV(B) | 39.43º | 0.62% | 0.88% | - |
| XYZ | 48.41 | 48.11 | 15.33 | - |
| YUV | 180.86 | 73.9 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 177 | 85 | 0 | 0.21 | 0.62 | 0.12 | 39.43 | 0.7 | 0.61 |
| Hex | E1 | B1 | 55 | 0 | 15 | 3E | C | 27 | 46 | 3D |
| Octal | 341 | 261 | 125 | 0 | 25 | 76 | 14 | 47 | 106 | 75 |
| Binary | 11100001 | 10110001 | 1010101 | 0 | 10101 | 111110 | 1100 | 100111 | 1000110 | 111101 |
Color Harmonies of #E1B155
Complementary color
Monochromatic Colors of #E1B155
Black with #E1B155
Text Example
Text Example
White with #E1B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B155; }
p { color: rgb(225,177,85); }
H1.HeaderClassName
{
color: #E1B155;
}
.AnyTagClassName
{
color: #E1B155;
}
</style>
background-color css
<style>
a { background-color: #E1B155; }
a { background-color: rgb(225,177,85); }
div.DivClassName
{
background-color: #E1B155;
}
.BgClassName
{
background-color: #E1B155;
}
</style>
border-color css
<style>
span { border-color: #E1B155; }
span { border-color: rgb(225,177,85); }
td.TdClassName
{
border-color: #E1B155;
}
.TagClassName
{
border-color: #E1B155;
}
</style>