Shades of Rob Roy #E4A650
Tints of Rob Roy #E4A650
RGB
CMYK
RGB Variations
Color information
#E4A650 (or 0xE4A650) is known color: Rob Roy. HEX triplet: E4, A6 and 50. RGB value is (228,166,80). Sum of RGB (Red+Green+Blue) = 228+166+80=474 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.10% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 80 (31.64% from 255 or 16.88% from 474); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4A650 is #1B59AF. Grayscale: #AFAFAF. Windows color (decimal): -1792432 or 5285604. OLE color: 5285604.
HSL color Cylindrical-coordinate representation of color #E4A650: hue angle of 34.86º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4A650 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 166 | 80 | - |
| CMYK | 0 | 0.27 | 0.65 | 0.11 |
| HSL | 34.86º | 0.73% | 0.6% | - |
| HSV(B) | 34.86º | 0.65% | 0.89% | - |
| XYZ | 47.08 | 44.35 | 13.67 | - |
| YUV | 174.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 166 | 80 | 0 | 0.27 | 0.65 | 0.11 | 34.86 | 0.73 | 0.6 |
| Hex | E4 | A6 | 50 | 0 | 1B | 41 | B | 23 | 49 | 3C |
| Octal | 344 | 246 | 120 | 0 | 33 | 101 | 13 | 43 | 111 | 74 |
| Binary | 11100100 | 10100110 | 1010000 | 0 | 11011 | 1000001 | 1011 | 100011 | 1001001 | 111100 |
Color Harmonies of #E4A650
Complementary color
Monochromatic Colors of #E4A650
Black with #E4A650
Text Example
Text Example
White with #E4A650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A650; }
p { color: rgb(228,166,80); }
H1.HeaderClassName
{
color: #E4A650;
}
.AnyTagClassName
{
color: #E4A650;
}
</style>
background-color css
<style>
a { background-color: #E4A650; }
a { background-color: rgb(228,166,80); }
div.DivClassName
{
background-color: #E4A650;
}
.BgClassName
{
background-color: #E4A650;
}
</style>
border-color css
<style>
span { border-color: #E4A650; }
span { border-color: rgb(228,166,80); }
td.TdClassName
{
border-color: #E4A650;
}
.TagClassName
{
border-color: #E4A650;
}
</style>