Shades of Rob Roy #E1B259
Tints of Rob Roy #E1B259
RGB
CMYK
RGB Variations
Color information
#E1B259 (or 0xE1B259) is known color: Rob Roy. HEX triplet: E1, B2 and 59. RGB value is (225,178,89). Sum of RGB (Red+Green+Blue) = 225+178+89=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B259 is #1E4DA6. Grayscale: #B6B6B6. Windows color (decimal): -1985959 or 5878497. OLE color: 5878497.
HSL color Cylindrical-coordinate representation of color #E1B259: hue angle of 39.26º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1B259 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 178 | 89 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.12 |
| HSL | 39.26º | 0.69% | 0.62% | - |
| HSV(B) | 39.26º | 0.6% | 0.88% | - |
| XYZ | 48.77 | 48.57 | 16.26 | - |
| YUV | 181.91 | 75.57 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 178 | 89 | 0 | 0.21 | 0.60 | 0.12 | 39.26 | 0.69 | 0.62 |
| Hex | E1 | B2 | 59 | 0 | 15 | 3C | C | 27 | 45 | 3E |
| Octal | 341 | 262 | 131 | 0 | 25 | 74 | 14 | 47 | 105 | 76 |
| Binary | 11100001 | 10110010 | 1011001 | 0 | 10101 | 111100 | 1100 | 100111 | 1000101 | 111110 |
Color Harmonies of #E1B259
Complementary color
Monochromatic Colors of #E1B259
Black with #E1B259
Text Example
Text Example
White with #E1B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B259; }
p { color: rgb(225,178,89); }
H1.HeaderClassName
{
color: #E1B259;
}
.AnyTagClassName
{
color: #E1B259;
}
</style>
background-color css
<style>
a { background-color: #E1B259; }
a { background-color: rgb(225,178,89); }
div.DivClassName
{
background-color: #E1B259;
}
.BgClassName
{
background-color: #E1B259;
}
</style>
border-color css
<style>
span { border-color: #E1B259; }
span { border-color: rgb(225,178,89); }
td.TdClassName
{
border-color: #E1B259;
}
.TagClassName
{
border-color: #E1B259;
}
</style>