Shades of Rob Roy #E2B259
Tints of Rob Roy #E2B259
RGB
CMYK
RGB Variations
Color information
#E2B259 (or 0xE2B259) is known color: Rob Roy. HEX triplet: E2, B2 and 59. RGB value is (226,178,89). Sum of RGB (Red+Green+Blue) = 226+178+89=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 89 (35.16% from 255 or 18.05% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B259 is #1D4DA6. Grayscale: #B6B6B6. Windows color (decimal): -1920423 or 5878498. OLE color: 5878498.
HSL color Cylindrical-coordinate representation of color #E2B259: hue angle of 38.98º 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 #E2B259 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 89 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.11 |
| HSL | 38.98º | 0.7% | 0.62% | - |
| HSV(B) | 38.98º | 0.61% | 0.89% | - |
| XYZ | 49.09 | 48.73 | 16.27 | - |
| YUV | 182.21 | 75.4 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 89 | 0 | 0.21 | 0.61 | 0.11 | 38.98 | 0.7 | 0.62 |
| Hex | E2 | B2 | 59 | 0 | 15 | 3D | B | 27 | 46 | 3E |
| Octal | 342 | 262 | 131 | 0 | 25 | 75 | 13 | 47 | 106 | 76 |
| Binary | 11100010 | 10110010 | 1011001 | 0 | 10101 | 111101 | 1011 | 100111 | 1000110 | 111110 |
Color Harmonies of #E2B259
Complementary color
Monochromatic Colors of #E2B259
Black with #E2B259
Text Example
Text Example
White with #E2B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B259; }
p { color: rgb(226,178,89); }
H1.HeaderClassName
{
color: #E2B259;
}
.AnyTagClassName
{
color: #E2B259;
}
</style>
background-color css
<style>
a { background-color: #E2B259; }
a { background-color: rgb(226,178,89); }
div.DivClassName
{
background-color: #E2B259;
}
.BgClassName
{
background-color: #E2B259;
}
</style>
border-color css
<style>
span { border-color: #E2B259; }
span { border-color: rgb(226,178,89); }
td.TdClassName
{
border-color: #E2B259;
}
.TagClassName
{
border-color: #E2B259;
}
</style>