Shades of Rob Roy #E3AD58
Tints of Rob Roy #E3AD58
RGB
CMYK
RGB Variations
Color information
#E3AD58 (or 0xE3AD58) is known color: Rob Roy. HEX triplet: E3, AD and 58. RGB value is (227,173,88). Sum of RGB (Red+Green+Blue) = 227+173+88=488 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.52% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AD58 is #1C52A7. Grayscale: #B3B3B3. Windows color (decimal): -1856168 or 5811683. OLE color: 5811683.
HSL color Cylindrical-coordinate representation of color #E3AD58: hue angle of 36.69º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E3AD58 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 88 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.11 |
| HSL | 36.69º | 0.71% | 0.62% | - |
| HSV(B) | 36.69º | 0.61% | 0.89% | - |
| XYZ | 48.38 | 46.92 | 15.74 | - |
| YUV | 179.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 88 | 0 | 0.24 | 0.61 | 0.11 | 36.69 | 0.71 | 0.62 |
| Hex | E3 | AD | 58 | 0 | 18 | 3D | B | 25 | 47 | 3E |
| Octal | 343 | 255 | 130 | 0 | 30 | 75 | 13 | 45 | 107 | 76 |
| Binary | 11100011 | 10101101 | 1011000 | 0 | 11000 | 111101 | 1011 | 100101 | 1000111 | 111110 |
Color Harmonies of #E3AD58
Complementary color
Monochromatic Colors of #E3AD58
Black with #E3AD58
Text Example
Text Example
White with #E3AD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD58; }
p { color: rgb(227,173,88); }
H1.HeaderClassName
{
color: #E3AD58;
}
.AnyTagClassName
{
color: #E3AD58;
}
</style>
background-color css
<style>
a { background-color: #E3AD58; }
a { background-color: rgb(227,173,88); }
div.DivClassName
{
background-color: #E3AD58;
}
.BgClassName
{
background-color: #E3AD58;
}
</style>
border-color css
<style>
span { border-color: #E3AD58; }
span { border-color: rgb(227,173,88); }
td.TdClassName
{
border-color: #E3AD58;
}
.TagClassName
{
border-color: #E3AD58;
}
</style>