Shades of Rob Roy #E7B05C
Tints of Rob Roy #E7B05C
RGB
CMYK
RGB Variations
Color information
#E7B05C (or 0xE7B05C) is known color: Rob Roy. HEX triplet: E7, B0 and 5C. RGB value is (231,176,92). Sum of RGB (Red+Green+Blue) = 231+176+92=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B05C is #184FA3. Grayscale: #B7B7B7. Windows color (decimal): -1593252 or 6074599. OLE color: 6074599.
HSL color Cylindrical-coordinate representation of color #E7B05C: hue angle of 36.26º 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 #E7B05C is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 92 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.09 |
| HSL | 36.26º | 0.74% | 0.63% | - |
| HSV(B) | 36.26º | 0.6% | 0.91% | - |
| XYZ | 50.41 | 48.81 | 16.89 | - |
| YUV | 182.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 92 | 0 | 0.24 | 0.60 | 0.09 | 36.26 | 0.74 | 0.63 |
| Hex | E7 | B0 | 5C | 0 | 18 | 3C | 9 | 24 | 4A | 3F |
| Octal | 347 | 260 | 134 | 0 | 30 | 74 | 11 | 44 | 112 | 77 |
| Binary | 11100111 | 10110000 | 1011100 | 0 | 11000 | 111100 | 1001 | 100100 | 1001010 | 111111 |
Color Harmonies of #E7B05C
Complementary color
Monochromatic Colors of #E7B05C
Black with #E7B05C
Text Example
Text Example
White with #E7B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B05C; }
p { color: rgb(231,176,92); }
H1.HeaderClassName
{
color: #E7B05C;
}
.AnyTagClassName
{
color: #E7B05C;
}
</style>
background-color css
<style>
a { background-color: #E7B05C; }
a { background-color: rgb(231,176,92); }
div.DivClassName
{
background-color: #E7B05C;
}
.BgClassName
{
background-color: #E7B05C;
}
</style>
border-color css
<style>
span { border-color: #E7B05C; }
span { border-color: rgb(231,176,92); }
td.TdClassName
{
border-color: #E7B05C;
}
.TagClassName
{
border-color: #E7B05C;
}
</style>