Shades of Rob Roy #E6A858
Tints of Rob Roy #E6A858
RGB
CMYK
RGB Variations
Color information
#E6A858 (or 0xE6A858) is known color: Rob Roy. HEX triplet: E6, A8 and 58. RGB value is (230,168,88). Sum of RGB (Red+Green+Blue) = 230+168+88=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A858 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A858 is #1957A7. Grayscale: #B1B1B1. Windows color (decimal): -1660840 or 5810406. OLE color: 5810406.
HSL color Cylindrical-coordinate representation of color #E6A858: hue angle of 33.8º 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 #E6A858 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 88 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.10 |
| HSL | 33.8º | 0.74% | 0.62% | - |
| HSV(B) | 33.8º | 0.62% | 0.9% | - |
| XYZ | 48.4 | 45.53 | 15.47 | - |
| YUV | 177.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 88 | 0 | 0.27 | 0.62 | 0.10 | 33.8 | 0.74 | 0.62 |
| Hex | E6 | A8 | 58 | 0 | 1B | 3E | A | 22 | 4A | 3E |
| Octal | 346 | 250 | 130 | 0 | 33 | 76 | 12 | 42 | 112 | 76 |
| Binary | 11100110 | 10101000 | 1011000 | 0 | 11011 | 111110 | 1010 | 100010 | 1001010 | 111110 |
Color Harmonies of #E6A858
Complementary color
Monochromatic Colors of #E6A858
Black with #E6A858
Text Example
Text Example
White with #E6A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A858; }
p { color: rgb(230,168,88); }
H1.HeaderClassName
{
color: #E6A858;
}
.AnyTagClassName
{
color: #E6A858;
}
</style>
background-color css
<style>
a { background-color: #E6A858; }
a { background-color: rgb(230,168,88); }
div.DivClassName
{
background-color: #E6A858;
}
.BgClassName
{
background-color: #E6A858;
}
</style>
border-color css
<style>
span { border-color: #E6A858; }
span { border-color: rgb(230,168,88); }
td.TdClassName
{
border-color: #E6A858;
}
.TagClassName
{
border-color: #E6A858;
}
</style>