Shades of Rob Roy #E5A553
Tints of Rob Roy #E5A553
RGB
CMYK
RGB Variations
Color information
#E5A553 (or 0xE5A553) is known color: Rob Roy. HEX triplet: E5, A5 and 53. RGB value is (229,165,83). Sum of RGB (Red+Green+Blue) = 229+165+83=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 83 (32.81% from 255 or 17.40% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5A553 is #1A5AAC. Grayscale: #AFAFAF. Windows color (decimal): -1727149 or 5481957. OLE color: 5481957.
HSL color Cylindrical-coordinate representation of color #E5A553: hue angle of 33.7º 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 #E5A553 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 165 | 83 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.10 |
| HSL | 33.7º | 0.74% | 0.61% | - |
| HSV(B) | 33.7º | 0.64% | 0.9% | - |
| XYZ | 47.33 | 44.19 | 14.22 | - |
| YUV | 174.79 | 76.2 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 165 | 83 | 0 | 0.28 | 0.64 | 0.10 | 33.7 | 0.74 | 0.61 |
| Hex | E5 | A5 | 53 | 0 | 1C | 40 | A | 22 | 4A | 3D |
| Octal | 345 | 245 | 123 | 0 | 34 | 100 | 12 | 42 | 112 | 75 |
| Binary | 11100101 | 10100101 | 1010011 | 0 | 11100 | 1000000 | 1010 | 100010 | 1001010 | 111101 |
Color Harmonies of #E5A553
Complementary color
Monochromatic Colors of #E5A553
Black with #E5A553
Text Example
Text Example
White with #E5A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A553; }
p { color: rgb(229,165,83); }
H1.HeaderClassName
{
color: #E5A553;
}
.AnyTagClassName
{
color: #E5A553;
}
</style>
background-color css
<style>
a { background-color: #E5A553; }
a { background-color: rgb(229,165,83); }
div.DivClassName
{
background-color: #E5A553;
}
.BgClassName
{
background-color: #E5A553;
}
</style>
border-color css
<style>
span { border-color: #E5A553; }
span { border-color: rgb(229,165,83); }
td.TdClassName
{
border-color: #E5A553;
}
.TagClassName
{
border-color: #E5A553;
}
</style>