Shades of Rob Roy #E6A94B
Tints of Rob Roy #E6A94B
RGB
CMYK
RGB Variations
Color information
#E6A94B (or 0xE6A94B) is known color: Rob Roy. HEX triplet: E6, A9 and 4B. RGB value is (230,169,75). Sum of RGB (Red+Green+Blue) = 230+169+75=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A94B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A94B is #1956B4. Grayscale: #B0B0B0. Windows color (decimal): -1660597 or 4958694. OLE color: 4958694.
HSL color Cylindrical-coordinate representation of color #E6A94B: hue angle of 36.39º 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 #E6A94B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 75 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.10 |
| HSL | 36.39º | 0.76% | 0.6% | - |
| HSV(B) | 36.39º | 0.67% | 0.9% | - |
| XYZ | 48.09 | 45.71 | 12.94 | - |
| YUV | 176.52 | 70.71 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 75 | 0 | 0.27 | 0.67 | 0.10 | 36.39 | 0.76 | 0.6 |
| Hex | E6 | A9 | 4B | 0 | 1B | 43 | A | 24 | 4C | 3C |
| Octal | 346 | 251 | 113 | 0 | 33 | 103 | 12 | 44 | 114 | 74 |
| Binary | 11100110 | 10101001 | 1001011 | 0 | 11011 | 1000011 | 1010 | 100100 | 1001100 | 111100 |
Color Harmonies of #E6A94B
Complementary color
Monochromatic Colors of #E6A94B
Black with #E6A94B
Text Example
Text Example
White with #E6A94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A94B; }
p { color: rgb(230,169,75); }
H1.HeaderClassName
{
color: #E6A94B;
}
.AnyTagClassName
{
color: #E6A94B;
}
</style>
background-color css
<style>
a { background-color: #E6A94B; }
a { background-color: rgb(230,169,75); }
div.DivClassName
{
background-color: #E6A94B;
}
.BgClassName
{
background-color: #E6A94B;
}
</style>
border-color css
<style>
span { border-color: #E6A94B; }
span { border-color: rgb(230,169,75); }
td.TdClassName
{
border-color: #E6A94B;
}
.TagClassName
{
border-color: #E6A94B;
}
</style>