Shades of Rob Roy #E7AD5D
Tints of Rob Roy #E7AD5D
RGB
CMYK
RGB Variations
Color information
#E7AD5D (or 0xE7AD5D) is known color: Rob Roy. HEX triplet: E7, AD and 5D. RGB value is (231,173,93). Sum of RGB (Red+Green+Blue) = 231+173+93=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD5D is #1852A2. Grayscale: #B5B5B5. Windows color (decimal): -1594019 or 6139367. OLE color: 6139367.
HSL color Cylindrical-coordinate representation of color #E7AD5D: hue angle of 34.78º degrees, saturation: 0.74, 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 #E7AD5D is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 93 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.09 |
| HSL | 34.78º | 0.74% | 0.64% | - |
| HSV(B) | 34.78º | 0.6% | 0.91% | - |
| XYZ | 49.87 | 47.67 | 16.93 | - |
| YUV | 181.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 93 | 0 | 0.25 | 0.60 | 0.09 | 34.78 | 0.74 | 0.64 |
| Hex | E7 | AD | 5D | 0 | 19 | 3C | 9 | 23 | 4A | 40 |
| Octal | 347 | 255 | 135 | 0 | 31 | 74 | 11 | 43 | 112 | 100 |
| Binary | 11100111 | 10101101 | 1011101 | 0 | 11001 | 111100 | 1001 | 100011 | 1001010 | 1000000 |
Color Harmonies of #E7AD5D
Complementary color
Monochromatic Colors of #E7AD5D
Black with #E7AD5D
Text Example
Text Example
White with #E7AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD5D; }
p { color: rgb(231,173,93); }
H1.HeaderClassName
{
color: #E7AD5D;
}
.AnyTagClassName
{
color: #E7AD5D;
}
</style>
background-color css
<style>
a { background-color: #E7AD5D; }
a { background-color: rgb(231,173,93); }
div.DivClassName
{
background-color: #E7AD5D;
}
.BgClassName
{
background-color: #E7AD5D;
}
</style>
border-color css
<style>
span { border-color: #E7AD5D; }
span { border-color: rgb(231,173,93); }
td.TdClassName
{
border-color: #E7AD5D;
}
.TagClassName
{
border-color: #E7AD5D;
}
</style>