Shades of Rob Roy #E6B057
Tints of Rob Roy #E6B057
RGB
CMYK
RGB Variations
Color information
#E6B057 (or 0xE6B057) is known color: Rob Roy. HEX triplet: E6, B0 and 57. RGB value is (230,176,87). Sum of RGB (Red+Green+Blue) = 230+176+87=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 87 (34.38% from 255 or 17.65% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B057 is #194FA8. Grayscale: #B6B6B6. Windows color (decimal): -1658793 or 5746918. OLE color: 5746918.
HSL color Cylindrical-coordinate representation of color #E6B057: hue angle of 37.34º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6B057 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 87 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.10 |
| HSL | 37.34º | 0.74% | 0.62% | - |
| HSV(B) | 37.34º | 0.62% | 0.9% | - |
| XYZ | 49.88 | 48.56 | 15.76 | - |
| YUV | 182 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 87 | 0 | 0.23 | 0.62 | 0.10 | 37.34 | 0.74 | 0.62 |
| Hex | E6 | B0 | 57 | 0 | 17 | 3E | A | 25 | 4A | 3E |
| Octal | 346 | 260 | 127 | 0 | 27 | 76 | 12 | 45 | 112 | 76 |
| Binary | 11100110 | 10110000 | 1010111 | 0 | 10111 | 111110 | 1010 | 100101 | 1001010 | 111110 |
Color Harmonies of #E6B057
Complementary color
Monochromatic Colors of #E6B057
Black with #E6B057
Text Example
Text Example
White with #E6B057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B057; }
p { color: rgb(230,176,87); }
H1.HeaderClassName
{
color: #E6B057;
}
.AnyTagClassName
{
color: #E6B057;
}
</style>
background-color css
<style>
a { background-color: #E6B057; }
a { background-color: rgb(230,176,87); }
div.DivClassName
{
background-color: #E6B057;
}
.BgClassName
{
background-color: #E6B057;
}
</style>
border-color css
<style>
span { border-color: #E6B057; }
span { border-color: rgb(230,176,87); }
td.TdClassName
{
border-color: #E6B057;
}
.TagClassName
{
border-color: #E6B057;
}
</style>