Shades of Rob Roy #E2A75A
Tints of Rob Roy #E2A75A
RGB
CMYK
RGB Variations
Color information
#E2A75A (or 0xE2A75A) is known color: Rob Roy. HEX triplet: E2, A7 and 5A. RGB value is (226,167,90). Sum of RGB (Red+Green+Blue) = 226+167+90=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A75A is #1D58A5. Grayscale: #B0B0B0. Windows color (decimal): -1923238 or 5941218. OLE color: 5941218.
HSL color Cylindrical-coordinate representation of color #E2A75A: hue angle of 33.97º 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 #E2A75A is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 167 | 90 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.11 |
| HSL | 33.97º | 0.7% | 0.62% | - |
| HSV(B) | 33.97º | 0.6% | 0.89% | - |
| XYZ | 47.03 | 44.54 | 15.79 | - |
| YUV | 175.86 | 79.55 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 167 | 90 | 0 | 0.26 | 0.60 | 0.11 | 33.97 | 0.7 | 0.62 |
| Hex | E2 | A7 | 5A | 0 | 1A | 3C | B | 22 | 46 | 3E |
| Octal | 342 | 247 | 132 | 0 | 32 | 74 | 13 | 42 | 106 | 76 |
| Binary | 11100010 | 10100111 | 1011010 | 0 | 11010 | 111100 | 1011 | 100010 | 1000110 | 111110 |
Color Harmonies of #E2A75A
Complementary color
Monochromatic Colors of #E2A75A
Black with #E2A75A
Text Example
Text Example
White with #E2A75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A75A; }
p { color: rgb(226,167,90); }
H1.HeaderClassName
{
color: #E2A75A;
}
.AnyTagClassName
{
color: #E2A75A;
}
</style>
background-color css
<style>
a { background-color: #E2A75A; }
a { background-color: rgb(226,167,90); }
div.DivClassName
{
background-color: #E2A75A;
}
.BgClassName
{
background-color: #E2A75A;
}
</style>
border-color css
<style>
span { border-color: #E2A75A; }
span { border-color: rgb(226,167,90); }
td.TdClassName
{
border-color: #E2A75A;
}
.TagClassName
{
border-color: #E2A75A;
}
</style>