Shades of Rob Roy #E2B358
Tints of Rob Roy #E2B358
RGB
CMYK
RGB Variations
Color information
#E2B358 (or 0xE2B358) is known color: Rob Roy. HEX triplet: E2, B3 and 58. RGB value is (226,179,88). Sum of RGB (Red+Green+Blue) = 226+179+88=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B358 is #1D4CA7. Grayscale: #B7B7B7. Windows color (decimal): -1920168 or 5813218. OLE color: 5813218.
HSL color Cylindrical-coordinate representation of color #E2B358: hue angle of 39.57º 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 #E2B358 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 179 | 88 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.11 |
| HSL | 39.57º | 0.7% | 0.62% | - |
| HSV(B) | 39.57º | 0.61% | 0.89% | - |
| XYZ | 49.25 | 49.11 | 16.12 | - |
| YUV | 182.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 179 | 88 | 0 | 0.21 | 0.61 | 0.11 | 39.57 | 0.7 | 0.62 |
| Hex | E2 | B3 | 58 | 0 | 15 | 3D | B | 28 | 46 | 3E |
| Octal | 342 | 263 | 130 | 0 | 25 | 75 | 13 | 50 | 106 | 76 |
| Binary | 11100010 | 10110011 | 1011000 | 0 | 10101 | 111101 | 1011 | 101000 | 1000110 | 111110 |
Color Harmonies of #E2B358
Complementary color
Monochromatic Colors of #E2B358
Black with #E2B358
Text Example
Text Example
White with #E2B358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B358; }
p { color: rgb(226,179,88); }
H1.HeaderClassName
{
color: #E2B358;
}
.AnyTagClassName
{
color: #E2B358;
}
</style>
background-color css
<style>
a { background-color: #E2B358; }
a { background-color: rgb(226,179,88); }
div.DivClassName
{
background-color: #E2B358;
}
.BgClassName
{
background-color: #E2B358;
}
</style>
border-color css
<style>
span { border-color: #E2B358; }
span { border-color: rgb(226,179,88); }
td.TdClassName
{
border-color: #E2B358;
}
.TagClassName
{
border-color: #E2B358;
}
</style>