Shades of Rob Roy #E6AD55
Tints of Rob Roy #E6AD55
RGB
CMYK
RGB Variations
Color information
#E6AD55 (or 0xE6AD55) is known color: Rob Roy. HEX triplet: E6, AD and 55. RGB value is (230,173,85). Sum of RGB (Red+Green+Blue) = 230+173+85=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AD55 is #1952AA. Grayscale: #B4B4B4. Windows color (decimal): -1659563 or 5615078. OLE color: 5615078.
HSL color Cylindrical-coordinate representation of color #E6AD55: hue angle of 36.41º 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 #E6AD55 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 85 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.10 |
| HSL | 36.41º | 0.74% | 0.62% | - |
| HSV(B) | 36.41º | 0.63% | 0.9% | - |
| XYZ | 49.22 | 47.37 | 15.14 | - |
| YUV | 180.01 | 74.38 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 85 | 0 | 0.25 | 0.63 | 0.10 | 36.41 | 0.74 | 0.62 |
| Hex | E6 | AD | 55 | 0 | 19 | 3F | A | 24 | 4A | 3E |
| Octal | 346 | 255 | 125 | 0 | 31 | 77 | 12 | 44 | 112 | 76 |
| Binary | 11100110 | 10101101 | 1010101 | 0 | 11001 | 111111 | 1010 | 100100 | 1001010 | 111110 |
Color Harmonies of #E6AD55
Complementary color
Monochromatic Colors of #E6AD55
Black with #E6AD55
Text Example
Text Example
White with #E6AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD55; }
p { color: rgb(230,173,85); }
H1.HeaderClassName
{
color: #E6AD55;
}
.AnyTagClassName
{
color: #E6AD55;
}
</style>
background-color css
<style>
a { background-color: #E6AD55; }
a { background-color: rgb(230,173,85); }
div.DivClassName
{
background-color: #E6AD55;
}
.BgClassName
{
background-color: #E6AD55;
}
</style>
border-color css
<style>
span { border-color: #E6AD55; }
span { border-color: rgb(230,173,85); }
td.TdClassName
{
border-color: #E6AD55;
}
.TagClassName
{
border-color: #E6AD55;
}
</style>