Shades of Rob Roy #E0A850
Tints of Rob Roy #E0A850
RGB
CMYK
RGB Variations
Color information
#E0A850 (or 0xE0A850) is known color: Rob Roy. HEX triplet: E0, A8 and 50. RGB value is (224,168,80). Sum of RGB (Red+Green+Blue) = 224+168+80=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A850 is #1F57AF. Grayscale: #AFAFAF. Windows color (decimal): -2054064 or 5286112. OLE color: 5286112.
HSL color Cylindrical-coordinate representation of color #E0A850: hue angle of 36.67º 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 #E0A850 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 80 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.12 |
| HSL | 36.67º | 0.7% | 0.6% | - |
| HSV(B) | 36.67º | 0.64% | 0.88% | - |
| XYZ | 46.19 | 44.43 | 13.73 | - |
| YUV | 174.71 | 74.55 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 80 | 0 | 0.25 | 0.64 | 0.12 | 36.67 | 0.7 | 0.6 |
| Hex | E0 | A8 | 50 | 0 | 19 | 40 | C | 25 | 46 | 3C |
| Octal | 340 | 250 | 120 | 0 | 31 | 100 | 14 | 45 | 106 | 74 |
| Binary | 11100000 | 10101000 | 1010000 | 0 | 11001 | 1000000 | 1100 | 100101 | 1000110 | 111100 |
Color Harmonies of #E0A850
Complementary color
Monochromatic Colors of #E0A850
Black with #E0A850
Text Example
Text Example
White with #E0A850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A850; }
p { color: rgb(224,168,80); }
H1.HeaderClassName
{
color: #E0A850;
}
.AnyTagClassName
{
color: #E0A850;
}
</style>
background-color css
<style>
a { background-color: #E0A850; }
a { background-color: rgb(224,168,80); }
div.DivClassName
{
background-color: #E0A850;
}
.BgClassName
{
background-color: #E0A850;
}
</style>
border-color css
<style>
span { border-color: #E0A850; }
span { border-color: rgb(224,168,80); }
td.TdClassName
{
border-color: #E0A850;
}
.TagClassName
{
border-color: #E0A850;
}
</style>