Shades of Rob Roy #E3A54D
Tints of Rob Roy #E3A54D
RGB
CMYK
RGB Variations
Color information
#E3A54D (or 0xE3A54D) is known color: Rob Roy. HEX triplet: E3, A5 and 4D. RGB value is (227,165,77). Sum of RGB (Red+Green+Blue) = 227+165+77=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A54D is #1C5AB2. Grayscale: #ADADAD. Windows color (decimal): -1858227 or 5088739. OLE color: 5088739.
HSL color Cylindrical-coordinate representation of color #E3A54D: hue angle of 35.2º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E3A54D is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 77 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.11 |
| HSL | 35.2º | 0.73% | 0.6% | - |
| HSV(B) | 35.2º | 0.66% | 0.89% | - |
| XYZ | 46.47 | 43.78 | 13.02 | - |
| YUV | 173.51 | 73.54 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 77 | 0 | 0.27 | 0.66 | 0.11 | 35.2 | 0.73 | 0.6 |
| Hex | E3 | A5 | 4D | 0 | 1B | 42 | B | 23 | 49 | 3C |
| Octal | 343 | 245 | 115 | 0 | 33 | 102 | 13 | 43 | 111 | 74 |
| Binary | 11100011 | 10100101 | 1001101 | 0 | 11011 | 1000010 | 1011 | 100011 | 1001001 | 111100 |
Color Harmonies of #E3A54D
Complementary color
Monochromatic Colors of #E3A54D
Black with #E3A54D
Text Example
Text Example
White with #E3A54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A54D; }
p { color: rgb(227,165,77); }
H1.HeaderClassName
{
color: #E3A54D;
}
.AnyTagClassName
{
color: #E3A54D;
}
</style>
background-color css
<style>
a { background-color: #E3A54D; }
a { background-color: rgb(227,165,77); }
div.DivClassName
{
background-color: #E3A54D;
}
.BgClassName
{
background-color: #E3A54D;
}
</style>
border-color css
<style>
span { border-color: #E3A54D; }
span { border-color: rgb(227,165,77); }
td.TdClassName
{
border-color: #E3A54D;
}
.TagClassName
{
border-color: #E3A54D;
}
</style>