Shades of Rob Roy #E1A451
Tints of Rob Roy #E1A451
RGB
CMYK
RGB Variations
Color information
#E1A451 (or 0xE1A451) is known color: Rob Roy. HEX triplet: E1, A4 and 51. RGB value is (225,164,81). Sum of RGB (Red+Green+Blue) = 225+164+81=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1A451 is #1E5BAE. Grayscale: #ADADAD. Windows color (decimal): -1989551 or 5350625. OLE color: 5350625.
HSL color Cylindrical-coordinate representation of color #E1A451: hue angle of 34.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1A451 is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 164 | 81 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.12 |
| HSL | 34.58º | 0.71% | 0.6% | - |
| HSV(B) | 34.58º | 0.64% | 0.88% | - |
| XYZ | 45.81 | 43.15 | 13.7 | - |
| YUV | 172.78 | 76.21 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 164 | 81 | 0 | 0.27 | 0.64 | 0.12 | 34.58 | 0.71 | 0.6 |
| Hex | E1 | A4 | 51 | 0 | 1B | 40 | C | 23 | 47 | 3C |
| Octal | 341 | 244 | 121 | 0 | 33 | 100 | 14 | 43 | 107 | 74 |
| Binary | 11100001 | 10100100 | 1010001 | 0 | 11011 | 1000000 | 1100 | 100011 | 1000111 | 111100 |
Color Harmonies of #E1A451
Complementary color
Monochromatic Colors of #E1A451
Black with #E1A451
Text Example
Text Example
White with #E1A451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A451; }
p { color: rgb(225,164,81); }
H1.HeaderClassName
{
color: #E1A451;
}
.AnyTagClassName
{
color: #E1A451;
}
</style>
background-color css
<style>
a { background-color: #E1A451; }
a { background-color: rgb(225,164,81); }
div.DivClassName
{
background-color: #E1A451;
}
.BgClassName
{
background-color: #E1A451;
}
</style>
border-color css
<style>
span { border-color: #E1A451; }
span { border-color: rgb(225,164,81); }
td.TdClassName
{
border-color: #E1A451;
}
.TagClassName
{
border-color: #E1A451;
}
</style>