Shades of Rob Roy #E5A95D
Tints of Rob Roy #E5A95D
RGB
CMYK
RGB Variations
Color information
#E5A95D (or 0xE5A95D) is known color: Rob Roy. HEX triplet: E5, A9 and 5D. RGB value is (229,169,93). Sum of RGB (Red+Green+Blue) = 229+169+93=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A95D is #1A56A2. Grayscale: #B2B2B2. Windows color (decimal): -1726115 or 6138341. OLE color: 6138341.
HSL color Cylindrical-coordinate representation of color #E5A95D: hue angle of 33.53º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5A95D is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 169 | 93 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.10 |
| HSL | 33.53º | 0.72% | 0.63% | - |
| HSV(B) | 33.53º | 0.59% | 0.9% | - |
| XYZ | 48.48 | 45.82 | 16.65 | - |
| YUV | 178.28 | 79.88 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 169 | 93 | 0 | 0.26 | 0.59 | 0.10 | 33.53 | 0.72 | 0.63 |
| Hex | E5 | A9 | 5D | 0 | 1A | 3B | A | 22 | 48 | 3F |
| Octal | 345 | 251 | 135 | 0 | 32 | 73 | 12 | 42 | 110 | 77 |
| Binary | 11100101 | 10101001 | 1011101 | 0 | 11010 | 111011 | 1010 | 100010 | 1001000 | 111111 |
Color Harmonies of #E5A95D
Complementary color
Monochromatic Colors of #E5A95D
Black with #E5A95D
Text Example
Text Example
White with #E5A95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A95D; }
p { color: rgb(229,169,93); }
H1.HeaderClassName
{
color: #E5A95D;
}
.AnyTagClassName
{
color: #E5A95D;
}
</style>
background-color css
<style>
a { background-color: #E5A95D; }
a { background-color: rgb(229,169,93); }
div.DivClassName
{
background-color: #E5A95D;
}
.BgClassName
{
background-color: #E5A95D;
}
</style>
border-color css
<style>
span { border-color: #E5A95D; }
span { border-color: rgb(229,169,93); }
td.TdClassName
{
border-color: #E5A95D;
}
.TagClassName
{
border-color: #E5A95D;
}
</style>