Shades of Rob Roy #E1B056
Tints of Rob Roy #E1B056
RGB
CMYK
RGB Variations
Color information
#E1B056 (or 0xE1B056) is known color: Rob Roy. HEX triplet: E1, B0 and 56. RGB value is (225,176,86). Sum of RGB (Red+Green+Blue) = 225+176+86=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 86 (33.98% from 255 or 17.66% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B056 is #1E4FA9. Grayscale: #B4B4B4. Windows color (decimal): -1986474 or 5681377. OLE color: 5681377.
HSL color Cylindrical-coordinate representation of color #E1B056: hue angle of 38.85º 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 #E1B056 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 86 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.12 |
| HSL | 38.85º | 0.7% | 0.61% | - |
| HSV(B) | 38.85º | 0.62% | 0.88% | - |
| XYZ | 48.26 | 47.73 | 15.47 | - |
| YUV | 180.39 | 74.73 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 86 | 0 | 0.22 | 0.62 | 0.12 | 38.85 | 0.7 | 0.61 |
| Hex | E1 | B0 | 56 | 0 | 16 | 3E | C | 27 | 46 | 3D |
| Octal | 341 | 260 | 126 | 0 | 26 | 76 | 14 | 47 | 106 | 75 |
| Binary | 11100001 | 10110000 | 1010110 | 0 | 10110 | 111110 | 1100 | 100111 | 1000110 | 111101 |
Color Harmonies of #E1B056
Complementary color
Monochromatic Colors of #E1B056
Black with #E1B056
Text Example
Text Example
White with #E1B056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B056; }
p { color: rgb(225,176,86); }
H1.HeaderClassName
{
color: #E1B056;
}
.AnyTagClassName
{
color: #E1B056;
}
</style>
background-color css
<style>
a { background-color: #E1B056; }
a { background-color: rgb(225,176,86); }
div.DivClassName
{
background-color: #E1B056;
}
.BgClassName
{
background-color: #E1B056;
}
</style>
border-color css
<style>
span { border-color: #E1B056; }
span { border-color: rgb(225,176,86); }
td.TdClassName
{
border-color: #E1B056;
}
.TagClassName
{
border-color: #E1B056;
}
</style>