Shades of Rob Roy #E0AC4F
Tints of Rob Roy #E0AC4F
RGB
CMYK
RGB Variations
Color information
#E0AC4F (or 0xE0AC4F) is known color: Rob Roy. HEX triplet: E0, AC and 4F. RGB value is (224,172,79). Sum of RGB (Red+Green+Blue) = 224+172+79=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 79 (31.25% from 255 or 16.63% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AC4F is #1F53B0. Grayscale: #B1B1B1. Windows color (decimal): -2053041 or 5221600. OLE color: 5221600.
HSL color Cylindrical-coordinate representation of color #E0AC4F: hue angle of 38.48º 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 #E0AC4F is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 172 | 79 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.12 |
| HSL | 38.48º | 0.7% | 0.59% | - |
| HSV(B) | 38.48º | 0.65% | 0.88% | - |
| XYZ | 46.9 | 45.92 | 13.79 | - |
| YUV | 176.95 | 72.73 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 172 | 79 | 0 | 0.23 | 0.65 | 0.12 | 38.48 | 0.7 | 0.59 |
| Hex | E0 | AC | 4F | 0 | 17 | 41 | C | 26 | 46 | 3B |
| Octal | 340 | 254 | 117 | 0 | 27 | 101 | 14 | 46 | 106 | 73 |
| Binary | 11100000 | 10101100 | 1001111 | 0 | 10111 | 1000001 | 1100 | 100110 | 1000110 | 111011 |
Color Harmonies of #E0AC4F
Complementary color
Monochromatic Colors of #E0AC4F
Black with #E0AC4F
Text Example
Text Example
White with #E0AC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AC4F; }
p { color: rgb(224,172,79); }
H1.HeaderClassName
{
color: #E0AC4F;
}
.AnyTagClassName
{
color: #E0AC4F;
}
</style>
background-color css
<style>
a { background-color: #E0AC4F; }
a { background-color: rgb(224,172,79); }
div.DivClassName
{
background-color: #E0AC4F;
}
.BgClassName
{
background-color: #E0AC4F;
}
</style>
border-color css
<style>
span { border-color: #E0AC4F; }
span { border-color: rgb(224,172,79); }
td.TdClassName
{
border-color: #E0AC4F;
}
.TagClassName
{
border-color: #E0AC4F;
}
</style>