Shades of Rob Roy #E0A751
Tints of Rob Roy #E0A751
RGB
CMYK
RGB Variations
Color information
#E0A751 (or 0xE0A751) is known color: Rob Roy. HEX triplet: E0, A7 and 51. RGB value is (224,167,81). Sum of RGB (Red+Green+Blue) = 224+167+81=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 81 (32.03% from 255 or 17.16% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A751 is #1F58AE. Grayscale: #AEAEAE. Windows color (decimal): -2054319 or 5351392. OLE color: 5351392.
HSL color Cylindrical-coordinate representation of color #E0A751: hue angle of 36.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0A751 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 81 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.12 |
| HSL | 36.08º | 0.7% | 0.6% | - |
| HSV(B) | 36.08º | 0.64% | 0.88% | - |
| XYZ | 46.04 | 44.08 | 13.87 | - |
| YUV | 174.24 | 75.38 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 81 | 0 | 0.25 | 0.64 | 0.12 | 36.08 | 0.7 | 0.6 |
| Hex | E0 | A7 | 51 | 0 | 19 | 40 | C | 24 | 46 | 3C |
| Octal | 340 | 247 | 121 | 0 | 31 | 100 | 14 | 44 | 106 | 74 |
| Binary | 11100000 | 10100111 | 1010001 | 0 | 11001 | 1000000 | 1100 | 100100 | 1000110 | 111100 |
Color Harmonies of #E0A751
Complementary color
Monochromatic Colors of #E0A751
Black with #E0A751
Text Example
Text Example
White with #E0A751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A751; }
p { color: rgb(224,167,81); }
H1.HeaderClassName
{
color: #E0A751;
}
.AnyTagClassName
{
color: #E0A751;
}
</style>
background-color css
<style>
a { background-color: #E0A751; }
a { background-color: rgb(224,167,81); }
div.DivClassName
{
background-color: #E0A751;
}
.BgClassName
{
background-color: #E0A751;
}
</style>
border-color css
<style>
span { border-color: #E0A751; }
span { border-color: rgb(224,167,81); }
td.TdClassName
{
border-color: #E0A751;
}
.TagClassName
{
border-color: #E0A751;
}
</style>