Shades of Rob Roy #E6AC5F
Tints of Rob Roy #E6AC5F
RGB
CMYK
RGB Variations
Color information
#E6AC5F (or 0xE6AC5F) is known color: Rob Roy. HEX triplet: E6, AC and 5F. RGB value is (230,172,95). Sum of RGB (Red+Green+Blue) = 230+172+95=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 95 (37.5% from 255 or 19.11% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6AC5F is #1953A0. Grayscale: #B4B4B4. Windows color (decimal): -1659809 or 6270182. OLE color: 6270182.
HSL color Cylindrical-coordinate representation of color #E6AC5F: hue angle of 34.22º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6AC5F is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 172 | 95 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.10 |
| HSL | 34.22º | 0.73% | 0.64% | - |
| HSV(B) | 34.22º | 0.59% | 0.9% | - |
| XYZ | 49.45 | 47.15 | 17.32 | - |
| YUV | 180.56 | 79.72 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 172 | 95 | 0 | 0.25 | 0.59 | 0.10 | 34.22 | 0.73 | 0.64 |
| Hex | E6 | AC | 5F | 0 | 19 | 3B | A | 22 | 49 | 40 |
| Octal | 346 | 254 | 137 | 0 | 31 | 73 | 12 | 42 | 111 | 100 |
| Binary | 11100110 | 10101100 | 1011111 | 0 | 11001 | 111011 | 1010 | 100010 | 1001001 | 1000000 |
Color Harmonies of #E6AC5F
Complementary color
Monochromatic Colors of #E6AC5F
Black with #E6AC5F
Text Example
Text Example
White with #E6AC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AC5F; }
p { color: rgb(230,172,95); }
H1.HeaderClassName
{
color: #E6AC5F;
}
.AnyTagClassName
{
color: #E6AC5F;
}
</style>
background-color css
<style>
a { background-color: #E6AC5F; }
a { background-color: rgb(230,172,95); }
div.DivClassName
{
background-color: #E6AC5F;
}
.BgClassName
{
background-color: #E6AC5F;
}
</style>
border-color css
<style>
span { border-color: #E6AC5F; }
span { border-color: rgb(230,172,95); }
td.TdClassName
{
border-color: #E6AC5F;
}
.TagClassName
{
border-color: #E6AC5F;
}
</style>