Shades of Rob Roy #E8AA5D
Tints of Rob Roy #E8AA5D
RGB
CMYK
RGB Variations
Color information
#E8AA5D (or 0xE8AA5D) is known color: Rob Roy. HEX triplet: E8, AA and 5D. RGB value is (232,170,93). Sum of RGB (Red+Green+Blue) = 232+170+93=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8AA5D is #1755A2. Grayscale: #B4B4B4. Windows color (decimal): -1529251 or 6138600. OLE color: 6138600.
HSL color Cylindrical-coordinate representation of color #E8AA5D: hue angle of 33.24º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8AA5D is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 93 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.09 |
| HSL | 33.24º | 0.75% | 0.64% | - |
| HSV(B) | 33.24º | 0.6% | 0.91% | - |
| XYZ | 49.63 | 46.7 | 16.75 | - |
| YUV | 179.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 93 | 0 | 0.27 | 0.60 | 0.09 | 33.24 | 0.75 | 0.64 |
| Hex | E8 | AA | 5D | 0 | 1B | 3C | 9 | 21 | 4B | 40 |
| Octal | 350 | 252 | 135 | 0 | 33 | 74 | 11 | 41 | 113 | 100 |
| Binary | 11101000 | 10101010 | 1011101 | 0 | 11011 | 111100 | 1001 | 100001 | 1001011 | 1000000 |
Color Harmonies of #E8AA5D
Complementary color
Monochromatic Colors of #E8AA5D
Black with #E8AA5D
Text Example
Text Example
White with #E8AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AA5D; }
p { color: rgb(232,170,93); }
H1.HeaderClassName
{
color: #E8AA5D;
}
.AnyTagClassName
{
color: #E8AA5D;
}
</style>
background-color css
<style>
a { background-color: #E8AA5D; }
a { background-color: rgb(232,170,93); }
div.DivClassName
{
background-color: #E8AA5D;
}
.BgClassName
{
background-color: #E8AA5D;
}
</style>
border-color css
<style>
span { border-color: #E8AA5D; }
span { border-color: rgb(232,170,93); }
td.TdClassName
{
border-color: #E8AA5D;
}
.TagClassName
{
border-color: #E8AA5D;
}
</style>