Shades of Rob Roy #E3AD5A
Tints of Rob Roy #E3AD5A
RGB
CMYK
RGB Variations
Color information
#E3AD5A (or 0xE3AD5A) is known color: Rob Roy. HEX triplet: E3, AD and 5A. RGB value is (227,173,90). Sum of RGB (Red+Green+Blue) = 227+173+90=490 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.33% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3AD5A is #1C52A5. Grayscale: #B4B4B4. Windows color (decimal): -1856166 or 5942755. OLE color: 5942755.
HSL color Cylindrical-coordinate representation of color #E3AD5A: hue angle of 36.35º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3AD5A is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 90 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.11 |
| HSL | 36.35º | 0.71% | 0.62% | - |
| HSV(B) | 36.35º | 0.6% | 0.89% | - |
| XYZ | 48.47 | 46.96 | 16.18 | - |
| YUV | 179.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 90 | 0 | 0.24 | 0.60 | 0.11 | 36.35 | 0.71 | 0.62 |
| Hex | E3 | AD | 5A | 0 | 18 | 3C | B | 24 | 47 | 3E |
| Octal | 343 | 255 | 132 | 0 | 30 | 74 | 13 | 44 | 107 | 76 |
| Binary | 11100011 | 10101101 | 1011010 | 0 | 11000 | 111100 | 1011 | 100100 | 1000111 | 111110 |
Color Harmonies of #E3AD5A
Complementary color
Monochromatic Colors of #E3AD5A
Black with #E3AD5A
Text Example
Text Example
White with #E3AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD5A; }
p { color: rgb(227,173,90); }
H1.HeaderClassName
{
color: #E3AD5A;
}
.AnyTagClassName
{
color: #E3AD5A;
}
</style>
background-color css
<style>
a { background-color: #E3AD5A; }
a { background-color: rgb(227,173,90); }
div.DivClassName
{
background-color: #E3AD5A;
}
.BgClassName
{
background-color: #E3AD5A;
}
</style>
border-color css
<style>
span { border-color: #E3AD5A; }
span { border-color: rgb(227,173,90); }
td.TdClassName
{
border-color: #E3AD5A;
}
.TagClassName
{
border-color: #E3AD5A;
}
</style>