Shades of Rob Roy #E1AA4A
Tints of Rob Roy #E1AA4A
RGB
CMYK
RGB Variations
Color information
#E1AA4A (or 0xE1AA4A) is known color: Rob Roy. HEX triplet: E1, AA and 4A. RGB value is (225,170,74). Sum of RGB (Red+Green+Blue) = 225+170+74=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 74 (29.30% from 255 or 15.78% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AA4A is #1E55B5. Grayscale: #AFAFAF. Windows color (decimal): -1988022 or 4893409. OLE color: 4893409.
HSL color Cylindrical-coordinate representation of color #E1AA4A: hue angle of 38.15º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1AA4A is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 170 | 74 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.12 |
| HSL | 38.15º | 0.72% | 0.59% | - |
| HSV(B) | 38.15º | 0.67% | 0.88% | - |
| XYZ | 46.66 | 45.25 | 12.75 | - |
| YUV | 175.5 | 70.72 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 170 | 74 | 0 | 0.24 | 0.67 | 0.12 | 38.15 | 0.72 | 0.59 |
| Hex | E1 | AA | 4A | 0 | 18 | 43 | C | 26 | 48 | 3B |
| Octal | 341 | 252 | 112 | 0 | 30 | 103 | 14 | 46 | 110 | 73 |
| Binary | 11100001 | 10101010 | 1001010 | 0 | 11000 | 1000011 | 1100 | 100110 | 1001000 | 111011 |
Color Harmonies of #E1AA4A
Complementary color
Monochromatic Colors of #E1AA4A
Black with #E1AA4A
Text Example
Text Example
White with #E1AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AA4A; }
p { color: rgb(225,170,74); }
H1.HeaderClassName
{
color: #E1AA4A;
}
.AnyTagClassName
{
color: #E1AA4A;
}
</style>
background-color css
<style>
a { background-color: #E1AA4A; }
a { background-color: rgb(225,170,74); }
div.DivClassName
{
background-color: #E1AA4A;
}
.BgClassName
{
background-color: #E1AA4A;
}
</style>
border-color css
<style>
span { border-color: #E1AA4A; }
span { border-color: rgb(225,170,74); }
td.TdClassName
{
border-color: #E1AA4A;
}
.TagClassName
{
border-color: #E1AA4A;
}
</style>