Shades of Rob Roy #E6AE58
Tints of Rob Roy #E6AE58
RGB
CMYK
RGB Variations
Color information
#E6AE58 (or 0xE6AE58) is known color: Rob Roy. HEX triplet: E6, AE and 58. RGB value is (230,174,88). Sum of RGB (Red+Green+Blue) = 230+174+88=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 88 (34.77% from 255 or 17.89% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AE58 is #1951A7. Grayscale: #B5B5B5. Windows color (decimal): -1659304 or 5811942. OLE color: 5811942.
HSL color Cylindrical-coordinate representation of color #E6AE58: hue angle of 36.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 #E6AE58 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 174 | 88 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.10 |
| HSL | 36.34º | 0.74% | 0.62% | - |
| HSV(B) | 36.34º | 0.62% | 0.9% | - |
| XYZ | 49.53 | 47.8 | 15.85 | - |
| YUV | 180.94 | 75.55 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 174 | 88 | 0 | 0.24 | 0.62 | 0.10 | 36.34 | 0.74 | 0.62 |
| Hex | E6 | AE | 58 | 0 | 18 | 3E | A | 24 | 4A | 3E |
| Octal | 346 | 256 | 130 | 0 | 30 | 76 | 12 | 44 | 112 | 76 |
| Binary | 11100110 | 10101110 | 1011000 | 0 | 11000 | 111110 | 1010 | 100100 | 1001010 | 111110 |
Color Harmonies of #E6AE58
Complementary color
Monochromatic Colors of #E6AE58
Black with #E6AE58
Text Example
Text Example
White with #E6AE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AE58; }
p { color: rgb(230,174,88); }
H1.HeaderClassName
{
color: #E6AE58;
}
.AnyTagClassName
{
color: #E6AE58;
}
</style>
background-color css
<style>
a { background-color: #E6AE58; }
a { background-color: rgb(230,174,88); }
div.DivClassName
{
background-color: #E6AE58;
}
.BgClassName
{
background-color: #E6AE58;
}
</style>
border-color css
<style>
span { border-color: #E6AE58; }
span { border-color: rgb(230,174,88); }
td.TdClassName
{
border-color: #E6AE58;
}
.TagClassName
{
border-color: #E6AE58;
}
</style>