Shades of Rob Roy #E6A84B
Tints of Rob Roy #E6A84B
RGB
CMYK
RGB Variations
Color information
#E6A84B (or 0xE6A84B) is known color: Rob Roy. HEX triplet: E6, A8 and 4B. RGB value is (230,168,75). Sum of RGB (Red+Green+Blue) = 230+168+75=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A84B is #1957B4. Grayscale: #B0B0B0. Windows color (decimal): -1660853 or 4958438. OLE color: 4958438.
HSL color Cylindrical-coordinate representation of color #E6A84B: hue angle of 36º 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 #E6A84B is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 168 | 75 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.10 |
| HSL | 36º | 0.76% | 0.6% | - |
| HSV(B) | 36º | 0.67% | 0.9% | - |
| XYZ | 47.91 | 45.34 | 12.88 | - |
| YUV | 175.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 168 | 75 | 0 | 0.27 | 0.67 | 0.10 | 36 | 0.76 | 0.6 |
| Hex | E6 | A8 | 4B | 0 | 1B | 43 | A | 24 | 4C | 3C |
| Octal | 346 | 250 | 113 | 0 | 33 | 103 | 12 | 44 | 114 | 74 |
| Binary | 11100110 | 10101000 | 1001011 | 0 | 11011 | 1000011 | 1010 | 100100 | 1001100 | 111100 |
Color Harmonies of #E6A84B
Complementary color
Monochromatic Colors of #E6A84B
Black with #E6A84B
Text Example
Text Example
White with #E6A84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A84B; }
p { color: rgb(230,168,75); }
H1.HeaderClassName
{
color: #E6A84B;
}
.AnyTagClassName
{
color: #E6A84B;
}
</style>
background-color css
<style>
a { background-color: #E6A84B; }
a { background-color: rgb(230,168,75); }
div.DivClassName
{
background-color: #E6A84B;
}
.BgClassName
{
background-color: #E6A84B;
}
</style>
border-color css
<style>
span { border-color: #E6A84B; }
span { border-color: rgb(230,168,75); }
td.TdClassName
{
border-color: #E6A84B;
}
.TagClassName
{
border-color: #E6A84B;
}
</style>