Shades of Rob Roy #E6AC51
Tints of Rob Roy #E6AC51
RGB
CMYK
RGB Variations
Color information
#E6AC51 (or 0xE6AC51) is known color: Rob Roy. HEX triplet: E6, AC and 51. RGB value is (230,172,81). Sum of RGB (Red+Green+Blue) = 230+172+81=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 81 (32.03% from 255 or 16.77% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AC51 is #1953AE. Grayscale: #B3B3B3. Windows color (decimal): -1659823 or 5352678. OLE color: 5352678.
HSL color Cylindrical-coordinate representation of color #E6AC51: hue angle of 36.64º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6AC51 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 172 | 81 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.10 |
| HSL | 36.64º | 0.75% | 0.61% | - |
| HSV(B) | 36.64º | 0.65% | 0.9% | - |
| XYZ | 48.87 | 46.92 | 14.27 | - |
| YUV | 178.97 | 72.72 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 172 | 81 | 0 | 0.25 | 0.65 | 0.10 | 36.64 | 0.75 | 0.61 |
| Hex | E6 | AC | 51 | 0 | 19 | 41 | A | 25 | 4B | 3D |
| Octal | 346 | 254 | 121 | 0 | 31 | 101 | 12 | 45 | 113 | 75 |
| Binary | 11100110 | 10101100 | 1010001 | 0 | 11001 | 1000001 | 1010 | 100101 | 1001011 | 111101 |
Color Harmonies of #E6AC51
Complementary color
Monochromatic Colors of #E6AC51
Black with #E6AC51
Text Example
Text Example
White with #E6AC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AC51; }
p { color: rgb(230,172,81); }
H1.HeaderClassName
{
color: #E6AC51;
}
.AnyTagClassName
{
color: #E6AC51;
}
</style>
background-color css
<style>
a { background-color: #E6AC51; }
a { background-color: rgb(230,172,81); }
div.DivClassName
{
background-color: #E6AC51;
}
.BgClassName
{
background-color: #E6AC51;
}
</style>
border-color css
<style>
span { border-color: #E6AC51; }
span { border-color: rgb(230,172,81); }
td.TdClassName
{
border-color: #E6AC51;
}
.TagClassName
{
border-color: #E6AC51;
}
</style>