Shades of Rob Roy #E6AF55
Tints of Rob Roy #E6AF55
RGB
CMYK
RGB Variations
Color information
#E6AF55 (or 0xE6AF55) is known color: Rob Roy. HEX triplet: E6, AF and 55. RGB value is (230,175,85). Sum of RGB (Red+Green+Blue) = 230+175+85=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AF55 is #1950AA. Grayscale: #B5B5B5. Windows color (decimal): -1659051 or 5615590. OLE color: 5615590.
HSL color Cylindrical-coordinate representation of color #E6AF55: hue angle of 37.24º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6AF55 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 85 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.10 |
| HSL | 37.24º | 0.74% | 0.62% | - |
| HSV(B) | 37.24º | 0.63% | 0.9% | - |
| XYZ | 49.6 | 48.14 | 15.27 | - |
| YUV | 181.19 | 73.72 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 85 | 0 | 0.24 | 0.63 | 0.10 | 37.24 | 0.74 | 0.62 |
| Hex | E6 | AF | 55 | 0 | 18 | 3F | A | 25 | 4A | 3E |
| Octal | 346 | 257 | 125 | 0 | 30 | 77 | 12 | 45 | 112 | 76 |
| Binary | 11100110 | 10101111 | 1010101 | 0 | 11000 | 111111 | 1010 | 100101 | 1001010 | 111110 |
Color Harmonies of #E6AF55
Complementary color
Monochromatic Colors of #E6AF55
Black with #E6AF55
Text Example
Text Example
White with #E6AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF55; }
p { color: rgb(230,175,85); }
H1.HeaderClassName
{
color: #E6AF55;
}
.AnyTagClassName
{
color: #E6AF55;
}
</style>
background-color css
<style>
a { background-color: #E6AF55; }
a { background-color: rgb(230,175,85); }
div.DivClassName
{
background-color: #E6AF55;
}
.BgClassName
{
background-color: #E6AF55;
}
</style>
border-color css
<style>
span { border-color: #E6AF55; }
span { border-color: rgb(230,175,85); }
td.TdClassName
{
border-color: #E6AF55;
}
.TagClassName
{
border-color: #E6AF55;
}
</style>