Shades of Rob Roy #E0A74E
Tints of Rob Roy #E0A74E
RGB
CMYK
RGB Variations
Color information
#E0A74E (or 0xE0A74E) is known color: Rob Roy. HEX triplet: E0, A7 and 4E. RGB value is (224,167,78). Sum of RGB (Red+Green+Blue) = 224+167+78=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 167 (65.62% from 255 or 35.61% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A74E is #1F58B1. Grayscale: #AEAEAE. Windows color (decimal): -2054322 or 5154784. OLE color: 5154784.
HSL color Cylindrical-coordinate representation of color #E0A74E: hue angle of 36.58º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E0A74E is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 78 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.12 |
| HSL | 36.58º | 0.7% | 0.59% | - |
| HSV(B) | 36.58º | 0.65% | 0.88% | - |
| XYZ | 45.93 | 44.03 | 13.29 | - |
| YUV | 173.9 | 73.88 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 78 | 0 | 0.25 | 0.65 | 0.12 | 36.58 | 0.7 | 0.59 |
| Hex | E0 | A7 | 4E | 0 | 19 | 41 | C | 25 | 46 | 3B |
| Octal | 340 | 247 | 116 | 0 | 31 | 101 | 14 | 45 | 106 | 73 |
| Binary | 11100000 | 10100111 | 1001110 | 0 | 11001 | 1000001 | 1100 | 100101 | 1000110 | 111011 |
Color Harmonies of #E0A74E
Complementary color
Monochromatic Colors of #E0A74E
Black with #E0A74E
Text Example
Text Example
White with #E0A74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A74E; }
p { color: rgb(224,167,78); }
H1.HeaderClassName
{
color: #E0A74E;
}
.AnyTagClassName
{
color: #E0A74E;
}
</style>
background-color css
<style>
a { background-color: #E0A74E; }
a { background-color: rgb(224,167,78); }
div.DivClassName
{
background-color: #E0A74E;
}
.BgClassName
{
background-color: #E0A74E;
}
</style>
border-color css
<style>
span { border-color: #E0A74E; }
span { border-color: rgb(224,167,78); }
td.TdClassName
{
border-color: #E0A74E;
}
.TagClassName
{
border-color: #E0A74E;
}
</style>