Shades of Rob Roy #E2A34D
Tints of Rob Roy #E2A34D
RGB
CMYK
RGB Variations
Color information
#E2A34D (or 0xE2A34D) is known color: Rob Roy. HEX triplet: E2, A3 and 4D. RGB value is (226,163,77). Sum of RGB (Red+Green+Blue) = 226+163+77=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A34D is #1D5CB2. Grayscale: #ACACAC. Windows color (decimal): -1924275 or 5088226. OLE color: 5088226.
HSL color Cylindrical-coordinate representation of color #E2A34D: hue angle of 34.63º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2A34D is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 163 | 77 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.11 |
| HSL | 34.63º | 0.72% | 0.59% | - |
| HSV(B) | 34.63º | 0.66% | 0.89% | - |
| XYZ | 45.8 | 42.9 | 12.89 | - |
| YUV | 172.03 | 74.37 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 163 | 77 | 0 | 0.28 | 0.66 | 0.11 | 34.63 | 0.72 | 0.59 |
| Hex | E2 | A3 | 4D | 0 | 1C | 42 | B | 23 | 48 | 3B |
| Octal | 342 | 243 | 115 | 0 | 34 | 102 | 13 | 43 | 110 | 73 |
| Binary | 11100010 | 10100011 | 1001101 | 0 | 11100 | 1000010 | 1011 | 100011 | 1001000 | 111011 |
Color Harmonies of #E2A34D
Complementary color
Monochromatic Colors of #E2A34D
Black with #E2A34D
Text Example
Text Example
White with #E2A34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A34D; }
p { color: rgb(226,163,77); }
H1.HeaderClassName
{
color: #E2A34D;
}
.AnyTagClassName
{
color: #E2A34D;
}
</style>
background-color css
<style>
a { background-color: #E2A34D; }
a { background-color: rgb(226,163,77); }
div.DivClassName
{
background-color: #E2A34D;
}
.BgClassName
{
background-color: #E2A34D;
}
</style>
border-color css
<style>
span { border-color: #E2A34D; }
span { border-color: rgb(226,163,77); }
td.TdClassName
{
border-color: #E2A34D;
}
.TagClassName
{
border-color: #E2A34D;
}
</style>