Shades of Rob Roy #E7AD5C
Tints of Rob Roy #E7AD5C
RGB
CMYK
RGB Variations
Color information
#E7AD5C (or 0xE7AD5C) is known color: Rob Roy. HEX triplet: E7, AD and 5C. RGB value is (231,173,92). Sum of RGB (Red+Green+Blue) = 231+173+92=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD5C is #1852A3. Grayscale: #B5B5B5. Windows color (decimal): -1594020 or 6073831. OLE color: 6073831.
HSL color Cylindrical-coordinate representation of color #E7AD5C: hue angle of 34.96º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7AD5C is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 92 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.09 |
| HSL | 34.96º | 0.74% | 0.63% | - |
| HSV(B) | 34.96º | 0.6% | 0.91% | - |
| XYZ | 49.83 | 47.65 | 16.7 | - |
| YUV | 181.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 92 | 0 | 0.25 | 0.60 | 0.09 | 34.96 | 0.74 | 0.63 |
| Hex | E7 | AD | 5C | 0 | 19 | 3C | 9 | 23 | 4A | 3F |
| Octal | 347 | 255 | 134 | 0 | 31 | 74 | 11 | 43 | 112 | 77 |
| Binary | 11100111 | 10101101 | 1011100 | 0 | 11001 | 111100 | 1001 | 100011 | 1001010 | 111111 |
Color Harmonies of #E7AD5C
Complementary color
Monochromatic Colors of #E7AD5C
Black with #E7AD5C
Text Example
Text Example
White with #E7AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD5C; }
p { color: rgb(231,173,92); }
H1.HeaderClassName
{
color: #E7AD5C;
}
.AnyTagClassName
{
color: #E7AD5C;
}
</style>
background-color css
<style>
a { background-color: #E7AD5C; }
a { background-color: rgb(231,173,92); }
div.DivClassName
{
background-color: #E7AD5C;
}
.BgClassName
{
background-color: #E7AD5C;
}
</style>
border-color css
<style>
span { border-color: #E7AD5C; }
span { border-color: rgb(231,173,92); }
td.TdClassName
{
border-color: #E7AD5C;
}
.TagClassName
{
border-color: #E7AD5C;
}
</style>