Shades of Rob Roy #E5A652
Tints of Rob Roy #E5A652
RGB
CMYK
RGB Variations
Color information
#E5A652 (or 0xE5A652) is known color: Rob Roy. HEX triplet: E5, A6 and 52. RGB value is (229,166,82). Sum of RGB (Red+Green+Blue) = 229+166+82=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A652 is #1A59AD. Grayscale: #AFAFAF. Windows color (decimal): -1726894 or 5416677. OLE color: 5416677.
HSL color Cylindrical-coordinate representation of color #E5A652: hue angle of 34.29º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5A652 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 82 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.10 |
| HSL | 34.29º | 0.74% | 0.61% | - |
| HSV(B) | 34.29º | 0.64% | 0.9% | - |
| XYZ | 47.47 | 44.54 | 14.08 | - |
| YUV | 175.26 | 75.37 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 82 | 0 | 0.28 | 0.64 | 0.10 | 34.29 | 0.74 | 0.61 |
| Hex | E5 | A6 | 52 | 0 | 1C | 40 | A | 22 | 4A | 3D |
| Octal | 345 | 246 | 122 | 0 | 34 | 100 | 12 | 42 | 112 | 75 |
| Binary | 11100101 | 10100110 | 1010010 | 0 | 11100 | 1000000 | 1010 | 100010 | 1001010 | 111101 |
Color Harmonies of #E5A652
Complementary color
Monochromatic Colors of #E5A652
Black with #E5A652
Text Example
Text Example
White with #E5A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A652; }
p { color: rgb(229,166,82); }
H1.HeaderClassName
{
color: #E5A652;
}
.AnyTagClassName
{
color: #E5A652;
}
</style>
background-color css
<style>
a { background-color: #E5A652; }
a { background-color: rgb(229,166,82); }
div.DivClassName
{
background-color: #E5A652;
}
.BgClassName
{
background-color: #E5A652;
}
</style>
border-color css
<style>
span { border-color: #E5A652; }
span { border-color: rgb(229,166,82); }
td.TdClassName
{
border-color: #E5A652;
}
.TagClassName
{
border-color: #E5A652;
}
</style>