Shades of Rob Roy #E7B15C
Tints of Rob Roy #E7B15C
RGB
CMYK
RGB Variations
Color information
#E7B15C (or 0xE7B15C) is known color: Rob Roy. HEX triplet: E7, B1 and 5C. RGB value is (231,177,92). Sum of RGB (Red+Green+Blue) = 231+177+92=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B15C is #184EA3. Grayscale: #B7B7B7. Windows color (decimal): -1592996 or 6074855. OLE color: 6074855.
HSL color Cylindrical-coordinate representation of color #E7B15C: hue angle of 36.69º 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 #E7B15C is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 177 | 92 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.09 |
| HSL | 36.69º | 0.74% | 0.63% | - |
| HSV(B) | 36.69º | 0.6% | 0.91% | - |
| XYZ | 50.61 | 49.21 | 16.96 | - |
| YUV | 183.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 177 | 92 | 0 | 0.23 | 0.60 | 0.09 | 36.69 | 0.74 | 0.63 |
| Hex | E7 | B1 | 5C | 0 | 17 | 3C | 9 | 25 | 4A | 3F |
| Octal | 347 | 261 | 134 | 0 | 27 | 74 | 11 | 45 | 112 | 77 |
| Binary | 11100111 | 10110001 | 1011100 | 0 | 10111 | 111100 | 1001 | 100101 | 1001010 | 111111 |
Color Harmonies of #E7B15C
Complementary color
Monochromatic Colors of #E7B15C
Black with #E7B15C
Text Example
Text Example
White with #E7B15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B15C; }
p { color: rgb(231,177,92); }
H1.HeaderClassName
{
color: #E7B15C;
}
.AnyTagClassName
{
color: #E7B15C;
}
</style>
background-color css
<style>
a { background-color: #E7B15C; }
a { background-color: rgb(231,177,92); }
div.DivClassName
{
background-color: #E7B15C;
}
.BgClassName
{
background-color: #E7B15C;
}
</style>
border-color css
<style>
span { border-color: #E7B15C; }
span { border-color: rgb(231,177,92); }
td.TdClassName
{
border-color: #E7B15C;
}
.TagClassName
{
border-color: #E7B15C;
}
</style>