Shades of Rob Roy #E6A74B
Tints of Rob Roy #E6A74B
RGB
CMYK
RGB Variations
Color information
#E6A74B (or 0xE6A74B) is known color: Rob Roy. HEX triplet: E6, A7 and 4B. RGB value is (230,167,75). Sum of RGB (Red+Green+Blue) = 230+167+75=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A74B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A74B is #1958B4. Grayscale: #AFAFAF. Windows color (decimal): -1661109 or 4958182. OLE color: 4958182.
HSL color Cylindrical-coordinate representation of color #E6A74B: hue angle of 35.61º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6A74B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 75 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.10 |
| HSL | 35.61º | 0.76% | 0.6% | - |
| HSV(B) | 35.61º | 0.67% | 0.9% | - |
| XYZ | 47.72 | 44.97 | 12.82 | - |
| YUV | 175.35 | 71.37 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 75 | 0 | 0.27 | 0.67 | 0.10 | 35.61 | 0.76 | 0.6 |
| Hex | E6 | A7 | 4B | 0 | 1B | 43 | A | 24 | 4C | 3C |
| Octal | 346 | 247 | 113 | 0 | 33 | 103 | 12 | 44 | 114 | 74 |
| Binary | 11100110 | 10100111 | 1001011 | 0 | 11011 | 1000011 | 1010 | 100100 | 1001100 | 111100 |
Color Harmonies of #E6A74B
Complementary color
Monochromatic Colors of #E6A74B
Black with #E6A74B
Text Example
Text Example
White with #E6A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A74B; }
p { color: rgb(230,167,75); }
H1.HeaderClassName
{
color: #E6A74B;
}
.AnyTagClassName
{
color: #E6A74B;
}
</style>
background-color css
<style>
a { background-color: #E6A74B; }
a { background-color: rgb(230,167,75); }
div.DivClassName
{
background-color: #E6A74B;
}
.BgClassName
{
background-color: #E6A74B;
}
</style>
border-color css
<style>
span { border-color: #E6A74B; }
span { border-color: rgb(230,167,75); }
td.TdClassName
{
border-color: #E6A74B;
}
.TagClassName
{
border-color: #E6A74B;
}
</style>