Shades of Rob Roy #E6A74F
Tints of Rob Roy #E6A74F
RGB
CMYK
RGB Variations
Color information
#E6A74F (or 0xE6A74F) is known color: Rob Roy. HEX triplet: E6, A7 and 4F. RGB value is (230,167,79). Sum of RGB (Red+Green+Blue) = 230+167+79=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A74F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A74F is #1958B0. Grayscale: #B0B0B0. Windows color (decimal): -1661105 or 5220326. OLE color: 5220326.
HSL color Cylindrical-coordinate representation of color #E6A74F: hue angle of 34.97º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6A74F is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 79 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.10 |
| HSL | 34.97º | 0.75% | 0.61% | - |
| HSV(B) | 34.97º | 0.66% | 0.9% | - |
| XYZ | 47.86 | 45.02 | 13.57 | - |
| YUV | 175.81 | 73.37 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 79 | 0 | 0.27 | 0.66 | 0.10 | 34.97 | 0.75 | 0.61 |
| Hex | E6 | A7 | 4F | 0 | 1B | 42 | A | 23 | 4B | 3D |
| Octal | 346 | 247 | 117 | 0 | 33 | 102 | 12 | 43 | 113 | 75 |
| Binary | 11100110 | 10100111 | 1001111 | 0 | 11011 | 1000010 | 1010 | 100011 | 1001011 | 111101 |
Color Harmonies of #E6A74F
Complementary color
Monochromatic Colors of #E6A74F
Black with #E6A74F
Text Example
Text Example
White with #E6A74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A74F; }
p { color: rgb(230,167,79); }
H1.HeaderClassName
{
color: #E6A74F;
}
.AnyTagClassName
{
color: #E6A74F;
}
</style>
background-color css
<style>
a { background-color: #E6A74F; }
a { background-color: rgb(230,167,79); }
div.DivClassName
{
background-color: #E6A74F;
}
.BgClassName
{
background-color: #E6A74F;
}
</style>
border-color css
<style>
span { border-color: #E6A74F; }
span { border-color: rgb(230,167,79); }
td.TdClassName
{
border-color: #E6A74F;
}
.TagClassName
{
border-color: #E6A74F;
}
</style>