Shades of Rob Roy #E2AA4D
Tints of Rob Roy #E2AA4D
RGB
CMYK
RGB Variations
Color information
#E2AA4D (or 0xE2AA4D) is known color: Rob Roy. HEX triplet: E2, AA and 4D. RGB value is (226,170,77). Sum of RGB (Red+Green+Blue) = 226+170+77=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA4D is #1D55B2. Grayscale: #B0B0B0. Windows color (decimal): -1922483 or 5090018. OLE color: 5090018.
HSL color Cylindrical-coordinate representation of color #E2AA4D: hue angle of 37.45º 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 #E2AA4D is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 77 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.11 |
| HSL | 37.45º | 0.72% | 0.59% | - |
| HSV(B) | 37.45º | 0.66% | 0.89% | - |
| XYZ | 47.08 | 45.45 | 13.31 | - |
| YUV | 176.14 | 72.05 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 77 | 0 | 0.25 | 0.66 | 0.11 | 37.45 | 0.72 | 0.59 |
| Hex | E2 | AA | 4D | 0 | 19 | 42 | B | 25 | 48 | 3B |
| Octal | 342 | 252 | 115 | 0 | 31 | 102 | 13 | 45 | 110 | 73 |
| Binary | 11100010 | 10101010 | 1001101 | 0 | 11001 | 1000010 | 1011 | 100101 | 1001000 | 111011 |
Color Harmonies of #E2AA4D
Complementary color
Monochromatic Colors of #E2AA4D
Black with #E2AA4D
Text Example
Text Example
White with #E2AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA4D; }
p { color: rgb(226,170,77); }
H1.HeaderClassName
{
color: #E2AA4D;
}
.AnyTagClassName
{
color: #E2AA4D;
}
</style>
background-color css
<style>
a { background-color: #E2AA4D; }
a { background-color: rgb(226,170,77); }
div.DivClassName
{
background-color: #E2AA4D;
}
.BgClassName
{
background-color: #E2AA4D;
}
</style>
border-color css
<style>
span { border-color: #E2AA4D; }
span { border-color: rgb(226,170,77); }
td.TdClassName
{
border-color: #E2AA4D;
}
.TagClassName
{
border-color: #E2AA4D;
}
</style>