Shades of Rob Roy #E4AD4F
Tints of Rob Roy #E4AD4F
RGB
CMYK
RGB Variations
Color information
#E4AD4F (or 0xE4AD4F) is known color: Rob Roy. HEX triplet: E4, AD and 4F. RGB value is (228,173,79). Sum of RGB (Red+Green+Blue) = 228+173+79=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AD4F is #1B52B0. Grayscale: #B3B3B3. Windows color (decimal): -1790641 or 5221860. OLE color: 5221860.
HSL color Cylindrical-coordinate representation of color #E4AD4F: hue angle of 37.85º 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 #E4AD4F is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 79 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.11 |
| HSL | 37.85º | 0.73% | 0.6% | - |
| HSV(B) | 37.85º | 0.65% | 0.89% | - |
| XYZ | 48.35 | 46.95 | 13.91 | - |
| YUV | 178.73 | 71.72 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 79 | 0 | 0.24 | 0.65 | 0.11 | 37.85 | 0.73 | 0.6 |
| Hex | E4 | AD | 4F | 0 | 18 | 41 | B | 26 | 49 | 3C |
| Octal | 344 | 255 | 117 | 0 | 30 | 101 | 13 | 46 | 111 | 74 |
| Binary | 11100100 | 10101101 | 1001111 | 0 | 11000 | 1000001 | 1011 | 100110 | 1001001 | 111100 |
Color Harmonies of #E4AD4F
Complementary color
Monochromatic Colors of #E4AD4F
Black with #E4AD4F
Text Example
Text Example
White with #E4AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AD4F; }
p { color: rgb(228,173,79); }
H1.HeaderClassName
{
color: #E4AD4F;
}
.AnyTagClassName
{
color: #E4AD4F;
}
</style>
background-color css
<style>
a { background-color: #E4AD4F; }
a { background-color: rgb(228,173,79); }
div.DivClassName
{
background-color: #E4AD4F;
}
.BgClassName
{
background-color: #E4AD4F;
}
</style>
border-color css
<style>
span { border-color: #E4AD4F; }
span { border-color: rgb(228,173,79); }
td.TdClassName
{
border-color: #E4AD4F;
}
.TagClassName
{
border-color: #E4AD4F;
}
</style>