Shades of Rob Roy #E6AD58
Tints of Rob Roy #E6AD58
RGB
CMYK
RGB Variations
Color information
#E6AD58 (or 0xE6AD58) is known color: Rob Roy. HEX triplet: E6, AD and 58. RGB value is (230,173,88). Sum of RGB (Red+Green+Blue) = 230+173+88=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD58 is #1952A7. Grayscale: #B4B4B4. Windows color (decimal): -1659560 or 5811686. OLE color: 5811686.
HSL color Cylindrical-coordinate representation of color #E6AD58: hue angle of 35.92º 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 #E6AD58 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 88 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.10 |
| HSL | 35.92º | 0.74% | 0.62% | - |
| HSV(B) | 35.92º | 0.62% | 0.9% | - |
| XYZ | 49.34 | 47.41 | 15.78 | - |
| YUV | 180.35 | 75.88 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 88 | 0 | 0.25 | 0.62 | 0.10 | 35.92 | 0.74 | 0.62 |
| Hex | E6 | AD | 58 | 0 | 19 | 3E | A | 24 | 4A | 3E |
| Octal | 346 | 255 | 130 | 0 | 31 | 76 | 12 | 44 | 112 | 76 |
| Binary | 11100110 | 10101101 | 1011000 | 0 | 11001 | 111110 | 1010 | 100100 | 1001010 | 111110 |
Color Harmonies of #E6AD58
Complementary color
Monochromatic Colors of #E6AD58
Black with #E6AD58
Text Example
Text Example
White with #E6AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD58; }
p { color: rgb(230,173,88); }
H1.HeaderClassName
{
color: #E6AD58;
}
.AnyTagClassName
{
color: #E6AD58;
}
</style>
background-color css
<style>
a { background-color: #E6AD58; }
a { background-color: rgb(230,173,88); }
div.DivClassName
{
background-color: #E6AD58;
}
.BgClassName
{
background-color: #E6AD58;
}
</style>
border-color css
<style>
span { border-color: #E6AD58; }
span { border-color: rgb(230,173,88); }
td.TdClassName
{
border-color: #E6AD58;
}
.TagClassName
{
border-color: #E6AD58;
}
</style>