Shades of Rob Roy #E5AB5F
Tints of Rob Roy #E5AB5F
RGB
CMYK
RGB Variations
Color information
#E5AB5F (or 0xE5AB5F) is known color: Rob Roy. HEX triplet: E5, AB and 5F. RGB value is (229,171,95). Sum of RGB (Red+Green+Blue) = 229+171+95=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 95 (37.5% from 255 or 19.19% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AB5F is #1A54A0. Grayscale: #B4B4B4. Windows color (decimal): -1725601 or 6269925. OLE color: 6269925.
HSL color Cylindrical-coordinate representation of color #E5AB5F: hue angle of 34.03º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5AB5F is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 171 | 95 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.10 |
| HSL | 34.03º | 0.72% | 0.64% | - |
| HSV(B) | 34.03º | 0.59% | 0.9% | - |
| XYZ | 48.94 | 46.61 | 17.24 | - |
| YUV | 179.68 | 80.22 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 171 | 95 | 0 | 0.25 | 0.59 | 0.10 | 34.03 | 0.72 | 0.64 |
| Hex | E5 | AB | 5F | 0 | 19 | 3B | A | 22 | 48 | 40 |
| Octal | 345 | 253 | 137 | 0 | 31 | 73 | 12 | 42 | 110 | 100 |
| Binary | 11100101 | 10101011 | 1011111 | 0 | 11001 | 111011 | 1010 | 100010 | 1001000 | 1000000 |
Color Harmonies of #E5AB5F
Complementary color
Monochromatic Colors of #E5AB5F
Black with #E5AB5F
Text Example
Text Example
White with #E5AB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AB5F; }
p { color: rgb(229,171,95); }
H1.HeaderClassName
{
color: #E5AB5F;
}
.AnyTagClassName
{
color: #E5AB5F;
}
</style>
background-color css
<style>
a { background-color: #E5AB5F; }
a { background-color: rgb(229,171,95); }
div.DivClassName
{
background-color: #E5AB5F;
}
.BgClassName
{
background-color: #E5AB5F;
}
</style>
border-color css
<style>
span { border-color: #E5AB5F; }
span { border-color: rgb(229,171,95); }
td.TdClassName
{
border-color: #E5AB5F;
}
.TagClassName
{
border-color: #E5AB5F;
}
</style>