Shades of Rob Roy #E6A954
Tints of Rob Roy #E6A954
RGB
CMYK
RGB Variations
Color information
#E6A954 (or 0xE6A954) is known color: Rob Roy. HEX triplet: E6, A9 and 54. RGB value is (230,169,84). Sum of RGB (Red+Green+Blue) = 230+169+84=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A954 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6A954 is #1956AB. Grayscale: #B1B1B1. Windows color (decimal): -1660588 or 5548518. OLE color: 5548518.
HSL color Cylindrical-coordinate representation of color #E6A954: hue angle of 34.93º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6A954 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 84 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.10 |
| HSL | 34.93º | 0.74% | 0.62% | - |
| HSV(B) | 34.93º | 0.63% | 0.9% | - |
| XYZ | 48.42 | 45.84 | 14.68 | - |
| YUV | 177.55 | 75.21 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 84 | 0 | 0.27 | 0.63 | 0.10 | 34.93 | 0.74 | 0.62 |
| Hex | E6 | A9 | 54 | 0 | 1B | 3F | A | 23 | 4A | 3E |
| Octal | 346 | 251 | 124 | 0 | 33 | 77 | 12 | 43 | 112 | 76 |
| Binary | 11100110 | 10101001 | 1010100 | 0 | 11011 | 111111 | 1010 | 100011 | 1001010 | 111110 |
Color Harmonies of #E6A954
Complementary color
Monochromatic Colors of #E6A954
Black with #E6A954
Text Example
Text Example
White with #E6A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A954; }
p { color: rgb(230,169,84); }
H1.HeaderClassName
{
color: #E6A954;
}
.AnyTagClassName
{
color: #E6A954;
}
</style>
background-color css
<style>
a { background-color: #E6A954; }
a { background-color: rgb(230,169,84); }
div.DivClassName
{
background-color: #E6A954;
}
.BgClassName
{
background-color: #E6A954;
}
</style>
border-color css
<style>
span { border-color: #E6A954; }
span { border-color: rgb(230,169,84); }
td.TdClassName
{
border-color: #E6A954;
}
.TagClassName
{
border-color: #E6A954;
}
</style>