Shades of Rob Roy #E6A74D
Tints of Rob Roy #E6A74D
RGB
CMYK
RGB Variations
Color information
#E6A74D (or 0xE6A74D) is known color: Rob Roy. HEX triplet: E6, A7 and 4D. RGB value is (230,167,77). Sum of RGB (Red+Green+Blue) = 230+167+77=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A74D is #1958B2. Grayscale: #B0B0B0. Windows color (decimal): -1661107 or 5089254. OLE color: 5089254.
HSL color Cylindrical-coordinate representation of color #E6A74D: hue angle of 35.29º degrees, saturation: 0.75, 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 #E6A74D is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 167 | 77 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.10 |
| HSL | 35.29º | 0.75% | 0.6% | - |
| HSV(B) | 35.29º | 0.67% | 0.9% | - |
| XYZ | 47.79 | 45 | 13.19 | - |
| YUV | 175.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 167 | 77 | 0 | 0.27 | 0.67 | 0.10 | 35.29 | 0.75 | 0.6 |
| Hex | E6 | A7 | 4D | 0 | 1B | 43 | A | 23 | 4B | 3C |
| Octal | 346 | 247 | 115 | 0 | 33 | 103 | 12 | 43 | 113 | 74 |
| Binary | 11100110 | 10100111 | 1001101 | 0 | 11011 | 1000011 | 1010 | 100011 | 1001011 | 111100 |
Color Harmonies of #E6A74D
Complementary color
Monochromatic Colors of #E6A74D
Black with #E6A74D
Text Example
Text Example
White with #E6A74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A74D; }
p { color: rgb(230,167,77); }
H1.HeaderClassName
{
color: #E6A74D;
}
.AnyTagClassName
{
color: #E6A74D;
}
</style>
background-color css
<style>
a { background-color: #E6A74D; }
a { background-color: rgb(230,167,77); }
div.DivClassName
{
background-color: #E6A74D;
}
.BgClassName
{
background-color: #E6A74D;
}
</style>
border-color css
<style>
span { border-color: #E6A74D; }
span { border-color: rgb(230,167,77); }
td.TdClassName
{
border-color: #E6A74D;
}
.TagClassName
{
border-color: #E6A74D;
}
</style>