Shades of Rob Roy #E7B05A
Tints of Rob Roy #E7B05A
RGB
CMYK
RGB Variations
Color information
#E7B05A (or 0xE7B05A) is known color: Rob Roy. HEX triplet: E7, B0 and 5A. RGB value is (231,176,90). Sum of RGB (Red+Green+Blue) = 231+176+90=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B05A is #184FA5. Grayscale: #B7B7B7. Windows color (decimal): -1593254 or 5943527. OLE color: 5943527.
HSL color Cylindrical-coordinate representation of color #E7B05A: hue angle of 36.6º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7B05A is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 90 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.09 |
| HSL | 36.6º | 0.75% | 0.63% | - |
| HSV(B) | 36.6º | 0.61% | 0.91% | - |
| XYZ | 50.33 | 48.78 | 16.44 | - |
| YUV | 182.64 | 75.72 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 90 | 0 | 0.24 | 0.61 | 0.09 | 36.6 | 0.75 | 0.63 |
| Hex | E7 | B0 | 5A | 0 | 18 | 3D | 9 | 25 | 4B | 3F |
| Octal | 347 | 260 | 132 | 0 | 30 | 75 | 11 | 45 | 113 | 77 |
| Binary | 11100111 | 10110000 | 1011010 | 0 | 11000 | 111101 | 1001 | 100101 | 1001011 | 111111 |
Color Harmonies of #E7B05A
Complementary color
Monochromatic Colors of #E7B05A
Black with #E7B05A
Text Example
Text Example
White with #E7B05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B05A; }
p { color: rgb(231,176,90); }
H1.HeaderClassName
{
color: #E7B05A;
}
.AnyTagClassName
{
color: #E7B05A;
}
</style>
background-color css
<style>
a { background-color: #E7B05A; }
a { background-color: rgb(231,176,90); }
div.DivClassName
{
background-color: #E7B05A;
}
.BgClassName
{
background-color: #E7B05A;
}
</style>
border-color css
<style>
span { border-color: #E7B05A; }
span { border-color: rgb(231,176,90); }
td.TdClassName
{
border-color: #E7B05A;
}
.TagClassName
{
border-color: #E7B05A;
}
</style>