Shades of Rob Roy #E6B058
Tints of Rob Roy #E6B058
RGB
CMYK
RGB Variations
Color information
#E6B058 (or 0xE6B058) is known color: Rob Roy. HEX triplet: E6, B0 and 58. RGB value is (230,176,88). Sum of RGB (Red+Green+Blue) = 230+176+88=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 88 (34.77% from 255 or 17.81% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B058 is #194FA7. Grayscale: #B6B6B6. Windows color (decimal): -1658792 or 5812454. OLE color: 5812454.
HSL color Cylindrical-coordinate representation of color #E6B058: hue angle of 37.18º 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 #E6B058 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 88 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.10 |
| HSL | 37.18º | 0.74% | 0.62% | - |
| HSV(B) | 37.18º | 0.62% | 0.9% | - |
| XYZ | 49.92 | 48.58 | 15.98 | - |
| YUV | 182.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 88 | 0 | 0.23 | 0.62 | 0.10 | 37.18 | 0.74 | 0.62 |
| Hex | E6 | B0 | 58 | 0 | 17 | 3E | A | 25 | 4A | 3E |
| Octal | 346 | 260 | 130 | 0 | 27 | 76 | 12 | 45 | 112 | 76 |
| Binary | 11100110 | 10110000 | 1011000 | 0 | 10111 | 111110 | 1010 | 100101 | 1001010 | 111110 |
Color Harmonies of #E6B058
Complementary color
Monochromatic Colors of #E6B058
Black with #E6B058
Text Example
Text Example
White with #E6B058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B058; }
p { color: rgb(230,176,88); }
H1.HeaderClassName
{
color: #E6B058;
}
.AnyTagClassName
{
color: #E6B058;
}
</style>
background-color css
<style>
a { background-color: #E6B058; }
a { background-color: rgb(230,176,88); }
div.DivClassName
{
background-color: #E6B058;
}
.BgClassName
{
background-color: #E6B058;
}
</style>
border-color css
<style>
span { border-color: #E6B058; }
span { border-color: rgb(230,176,88); }
td.TdClassName
{
border-color: #E6B058;
}
.TagClassName
{
border-color: #E6B058;
}
</style>