Shades of Rob Roy #E3A34D
Tints of Rob Roy #E3A34D
RGB
CMYK
RGB Variations
Color information
#E3A34D (or 0xE3A34D) is known color: Rob Roy. HEX triplet: E3, A3 and 4D. RGB value is (227,163,77). Sum of RGB (Red+Green+Blue) = 227+163+77=467 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.61% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3A34D is #1C5CB2. Grayscale: #ACACAC. Windows color (decimal): -1858739 or 5088227. OLE color: 5088227.
HSL color Cylindrical-coordinate representation of color #E3A34D: hue angle of 34.4º 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 #E3A34D is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 163 | 77 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.11 |
| HSL | 34.4º | 0.73% | 0.6% | - |
| HSV(B) | 34.4º | 0.66% | 0.89% | - |
| XYZ | 46.12 | 43.06 | 12.9 | - |
| YUV | 172.33 | 74.2 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 163 | 77 | 0 | 0.28 | 0.66 | 0.11 | 34.4 | 0.73 | 0.6 |
| Hex | E3 | A3 | 4D | 0 | 1C | 42 | B | 22 | 49 | 3C |
| Octal | 343 | 243 | 115 | 0 | 34 | 102 | 13 | 42 | 111 | 74 |
| Binary | 11100011 | 10100011 | 1001101 | 0 | 11100 | 1000010 | 1011 | 100010 | 1001001 | 111100 |
Color Harmonies of #E3A34D
Complementary color
Monochromatic Colors of #E3A34D
Black with #E3A34D
Text Example
Text Example
White with #E3A34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A34D; }
p { color: rgb(227,163,77); }
H1.HeaderClassName
{
color: #E3A34D;
}
.AnyTagClassName
{
color: #E3A34D;
}
</style>
background-color css
<style>
a { background-color: #E3A34D; }
a { background-color: rgb(227,163,77); }
div.DivClassName
{
background-color: #E3A34D;
}
.BgClassName
{
background-color: #E3A34D;
}
</style>
border-color css
<style>
span { border-color: #E3A34D; }
span { border-color: rgb(227,163,77); }
td.TdClassName
{
border-color: #E3A34D;
}
.TagClassName
{
border-color: #E3A34D;
}
</style>