Shades of Rob Roy #E4A54F
Tints of Rob Roy #E4A54F
RGB
CMYK
RGB Variations
Color information
#E4A54F (or 0xE4A54F) is known color: Rob Roy. HEX triplet: E4, A5 and 4F. RGB value is (228,165,79). Sum of RGB (Red+Green+Blue) = 228+165+79=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4A54F is #1B5AB0. Grayscale: #AEAEAE. Windows color (decimal): -1792689 or 5219812. OLE color: 5219812.
HSL color Cylindrical-coordinate representation of color #E4A54F: hue angle of 34.63º 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 #E4A54F is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 165 | 79 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.11 |
| HSL | 34.63º | 0.73% | 0.6% | - |
| HSV(B) | 34.63º | 0.65% | 0.89% | - |
| XYZ | 46.86 | 43.97 | 13.41 | - |
| YUV | 174.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 165 | 79 | 0 | 0.28 | 0.65 | 0.11 | 34.63 | 0.73 | 0.6 |
| Hex | E4 | A5 | 4F | 0 | 1C | 41 | B | 23 | 49 | 3C |
| Octal | 344 | 245 | 117 | 0 | 34 | 101 | 13 | 43 | 111 | 74 |
| Binary | 11100100 | 10100101 | 1001111 | 0 | 11100 | 1000001 | 1011 | 100011 | 1001001 | 111100 |
Color Harmonies of #E4A54F
Complementary color
Monochromatic Colors of #E4A54F
Black with #E4A54F
Text Example
Text Example
White with #E4A54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A54F; }
p { color: rgb(228,165,79); }
H1.HeaderClassName
{
color: #E4A54F;
}
.AnyTagClassName
{
color: #E4A54F;
}
</style>
background-color css
<style>
a { background-color: #E4A54F; }
a { background-color: rgb(228,165,79); }
div.DivClassName
{
background-color: #E4A54F;
}
.BgClassName
{
background-color: #E4A54F;
}
</style>
border-color css
<style>
span { border-color: #E4A54F; }
span { border-color: rgb(228,165,79); }
td.TdClassName
{
border-color: #E4A54F;
}
.TagClassName
{
border-color: #E4A54F;
}
</style>