Shades of Rob Roy #E2A858
Tints of Rob Roy #E2A858
RGB
CMYK
RGB Variations
Color information
#E2A858 (or 0xE2A858) is known color: Rob Roy. HEX triplet: E2, A8 and 58. RGB value is (226,168,88). Sum of RGB (Red+Green+Blue) = 226+168+88=482 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.89% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 88 (34.77% from 255 or 18.26% from 482); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A858 is #1D57A7. Grayscale: #B0B0B0. Windows color (decimal): -1922984 or 5810402. OLE color: 5810402.
HSL color Cylindrical-coordinate representation of color #E2A858: hue angle of 34.78º degrees, saturation: 0.7, 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 #E2A858 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 168 | 88 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.11 |
| HSL | 34.78º | 0.7% | 0.62% | - |
| HSV(B) | 34.78º | 0.61% | 0.89% | - |
| XYZ | 47.13 | 44.88 | 15.41 | - |
| YUV | 176.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 168 | 88 | 0 | 0.26 | 0.61 | 0.11 | 34.78 | 0.7 | 0.62 |
| Hex | E2 | A8 | 58 | 0 | 1A | 3D | B | 23 | 46 | 3E |
| Octal | 342 | 250 | 130 | 0 | 32 | 75 | 13 | 43 | 106 | 76 |
| Binary | 11100010 | 10101000 | 1011000 | 0 | 11010 | 111101 | 1011 | 100011 | 1000110 | 111110 |
Color Harmonies of #E2A858
Complementary color
Monochromatic Colors of #E2A858
Black with #E2A858
Text Example
Text Example
White with #E2A858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A858; }
p { color: rgb(226,168,88); }
H1.HeaderClassName
{
color: #E2A858;
}
.AnyTagClassName
{
color: #E2A858;
}
</style>
background-color css
<style>
a { background-color: #E2A858; }
a { background-color: rgb(226,168,88); }
div.DivClassName
{
background-color: #E2A858;
}
.BgClassName
{
background-color: #E2A858;
}
</style>
border-color css
<style>
span { border-color: #E2A858; }
span { border-color: rgb(226,168,88); }
td.TdClassName
{
border-color: #E2A858;
}
.TagClassName
{
border-color: #E2A858;
}
</style>