Shades of Rob Roy #E2B158
Tints of Rob Roy #E2B158
RGB
CMYK
RGB Variations
Color information
#E2B158 (or 0xE2B158) is known color: Rob Roy. HEX triplet: E2, B1 and 58. RGB value is (226,177,88). Sum of RGB (Red+Green+Blue) = 226+177+88=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B158 is #1D4EA7. Grayscale: #B5B5B5. Windows color (decimal): -1920680 or 5812706. OLE color: 5812706.
HSL color Cylindrical-coordinate representation of color #E2B158: hue angle of 38.7º 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 #E2B158 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 177 | 88 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.11 |
| HSL | 38.7º | 0.7% | 0.62% | - |
| HSV(B) | 38.7º | 0.61% | 0.89% | - |
| XYZ | 48.85 | 48.32 | 15.98 | - |
| YUV | 181.51 | 75.23 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 177 | 88 | 0 | 0.22 | 0.61 | 0.11 | 38.7 | 0.7 | 0.62 |
| Hex | E2 | B1 | 58 | 0 | 16 | 3D | B | 27 | 46 | 3E |
| Octal | 342 | 261 | 130 | 0 | 26 | 75 | 13 | 47 | 106 | 76 |
| Binary | 11100010 | 10110001 | 1011000 | 0 | 10110 | 111101 | 1011 | 100111 | 1000110 | 111110 |
Color Harmonies of #E2B158
Complementary color
Monochromatic Colors of #E2B158
Black with #E2B158
Text Example
Text Example
White with #E2B158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B158; }
p { color: rgb(226,177,88); }
H1.HeaderClassName
{
color: #E2B158;
}
.AnyTagClassName
{
color: #E2B158;
}
</style>
background-color css
<style>
a { background-color: #E2B158; }
a { background-color: rgb(226,177,88); }
div.DivClassName
{
background-color: #E2B158;
}
.BgClassName
{
background-color: #E2B158;
}
</style>
border-color css
<style>
span { border-color: #E2B158; }
span { border-color: rgb(226,177,88); }
td.TdClassName
{
border-color: #E2B158;
}
.TagClassName
{
border-color: #E2B158;
}
</style>