Shades of Rob Roy #E6AB57
Tints of Rob Roy #E6AB57
RGB
CMYK
RGB Variations
Color information
#E6AB57 (or 0xE6AB57) is known color: Rob Roy. HEX triplet: E6, AB and 57. RGB value is (230,171,87). Sum of RGB (Red+Green+Blue) = 230+171+87=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 87 (34.38% from 255 or 17.83% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AB57 is #1954A8. Grayscale: #B3B3B3. Windows color (decimal): -1660073 or 5745638. OLE color: 5745638.
HSL color Cylindrical-coordinate representation of color #E6AB57: hue angle of 35.24º 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 #E6AB57 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 171 | 87 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.10 |
| HSL | 35.24º | 0.74% | 0.62% | - |
| HSV(B) | 35.24º | 0.62% | 0.9% | - |
| XYZ | 48.92 | 46.64 | 15.44 | - |
| YUV | 179.07 | 76.05 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 171 | 87 | 0 | 0.26 | 0.62 | 0.10 | 35.24 | 0.74 | 0.62 |
| Hex | E6 | AB | 57 | 0 | 1A | 3E | A | 23 | 4A | 3E |
| Octal | 346 | 253 | 127 | 0 | 32 | 76 | 12 | 43 | 112 | 76 |
| Binary | 11100110 | 10101011 | 1010111 | 0 | 11010 | 111110 | 1010 | 100011 | 1001010 | 111110 |
Color Harmonies of #E6AB57
Complementary color
Monochromatic Colors of #E6AB57
Black with #E6AB57
Text Example
Text Example
White with #E6AB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AB57; }
p { color: rgb(230,171,87); }
H1.HeaderClassName
{
color: #E6AB57;
}
.AnyTagClassName
{
color: #E6AB57;
}
</style>
background-color css
<style>
a { background-color: #E6AB57; }
a { background-color: rgb(230,171,87); }
div.DivClassName
{
background-color: #E6AB57;
}
.BgClassName
{
background-color: #E6AB57;
}
</style>
border-color css
<style>
span { border-color: #E6AB57; }
span { border-color: rgb(230,171,87); }
td.TdClassName
{
border-color: #E6AB57;
}
.TagClassName
{
border-color: #E6AB57;
}
</style>