Shades of Rob Roy #E1B054
Tints of Rob Roy #E1B054
RGB
CMYK
RGB Variations
Color information
#E1B054 (or 0xE1B054) is known color: Rob Roy. HEX triplet: E1, B0 and 54. RGB value is (225,176,84). Sum of RGB (Red+Green+Blue) = 225+176+84=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B054 is #1E4FAB. Grayscale: #B4B4B4. Windows color (decimal): -1986476 or 5550305. OLE color: 5550305.
HSL color Cylindrical-coordinate representation of color #E1B054: hue angle of 39.15º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1B054 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 176 | 84 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.12 |
| HSL | 39.15º | 0.7% | 0.61% | - |
| HSV(B) | 39.15º | 0.63% | 0.88% | - |
| XYZ | 48.18 | 47.7 | 15.06 | - |
| YUV | 180.16 | 73.73 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 176 | 84 | 0 | 0.22 | 0.63 | 0.12 | 39.15 | 0.7 | 0.61 |
| Hex | E1 | B0 | 54 | 0 | 16 | 3F | C | 27 | 46 | 3D |
| Octal | 341 | 260 | 124 | 0 | 26 | 77 | 14 | 47 | 106 | 75 |
| Binary | 11100001 | 10110000 | 1010100 | 0 | 10110 | 111111 | 1100 | 100111 | 1000110 | 111101 |
Color Harmonies of #E1B054
Complementary color
Monochromatic Colors of #E1B054
Black with #E1B054
Text Example
Text Example
White with #E1B054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B054; }
p { color: rgb(225,176,84); }
H1.HeaderClassName
{
color: #E1B054;
}
.AnyTagClassName
{
color: #E1B054;
}
</style>
background-color css
<style>
a { background-color: #E1B054; }
a { background-color: rgb(225,176,84); }
div.DivClassName
{
background-color: #E1B054;
}
.BgClassName
{
background-color: #E1B054;
}
</style>
border-color css
<style>
span { border-color: #E1B054; }
span { border-color: rgb(225,176,84); }
td.TdClassName
{
border-color: #E1B054;
}
.TagClassName
{
border-color: #E1B054;
}
</style>