Shades of Rob Roy #E2AD5B
Tints of Rob Roy #E2AD5B
RGB
CMYK
RGB Variations
Color information
#E2AD5B (or 0xE2AD5B) is known color: Rob Roy. HEX triplet: E2, AD and 5B. RGB value is (226,173,91). Sum of RGB (Red+Green+Blue) = 226+173+91=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AD5B is #1D52A4. Grayscale: #B3B3B3. Windows color (decimal): -1921701 or 6008290. OLE color: 6008290.
HSL color Cylindrical-coordinate representation of color #E2AD5B: hue angle of 36.44º degrees, saturation: 0.7, 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 #E2AD5B is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 91 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.11 |
| HSL | 36.44º | 0.7% | 0.62% | - |
| HSV(B) | 36.44º | 0.6% | 0.89% | - |
| XYZ | 48.2 | 46.81 | 16.39 | - |
| YUV | 179.5 | 78.06 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 91 | 0 | 0.23 | 0.60 | 0.11 | 36.44 | 0.7 | 0.62 |
| Hex | E2 | AD | 5B | 0 | 17 | 3C | B | 24 | 46 | 3E |
| Octal | 342 | 255 | 133 | 0 | 27 | 74 | 13 | 44 | 106 | 76 |
| Binary | 11100010 | 10101101 | 1011011 | 0 | 10111 | 111100 | 1011 | 100100 | 1000110 | 111110 |
Color Harmonies of #E2AD5B
Complementary color
Monochromatic Colors of #E2AD5B
Black with #E2AD5B
Text Example
Text Example
White with #E2AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD5B; }
p { color: rgb(226,173,91); }
H1.HeaderClassName
{
color: #E2AD5B;
}
.AnyTagClassName
{
color: #E2AD5B;
}
</style>
background-color css
<style>
a { background-color: #E2AD5B; }
a { background-color: rgb(226,173,91); }
div.DivClassName
{
background-color: #E2AD5B;
}
.BgClassName
{
background-color: #E2AD5B;
}
</style>
border-color css
<style>
span { border-color: #E2AD5B; }
span { border-color: rgb(226,173,91); }
td.TdClassName
{
border-color: #E2AD5B;
}
.TagClassName
{
border-color: #E2AD5B;
}
</style>