Shades of Rob Roy #E5B35B
Tints of Rob Roy #E5B35B
RGB
CMYK
RGB Variations
Color information
#E5B35B (or 0xE5B35B) is known color: Rob Roy. HEX triplet: E5, B3 and 5B. RGB value is (229,179,91). Sum of RGB (Red+Green+Blue) = 229+179+91=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B35B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B35B is #1A4CA4. Grayscale: #B8B8B8. Windows color (decimal): -1723557 or 6009829. OLE color: 6009829.
HSL color Cylindrical-coordinate representation of color #E5B35B: hue angle of 38.26º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5B35B is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 91 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.10 |
| HSL | 38.26º | 0.73% | 0.63% | - |
| HSV(B) | 38.26º | 0.6% | 0.9% | - |
| XYZ | 50.32 | 49.65 | 16.83 | - |
| YUV | 183.92 | 75.57 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 91 | 0 | 0.22 | 0.60 | 0.10 | 38.26 | 0.73 | 0.63 |
| Hex | E5 | B3 | 5B | 0 | 16 | 3C | A | 26 | 49 | 3F |
| Octal | 345 | 263 | 133 | 0 | 26 | 74 | 12 | 46 | 111 | 77 |
| Binary | 11100101 | 10110011 | 1011011 | 0 | 10110 | 111100 | 1010 | 100110 | 1001001 | 111111 |
Color Harmonies of #E5B35B
Complementary color
Monochromatic Colors of #E5B35B
Black with #E5B35B
Text Example
Text Example
White with #E5B35B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B35B; }
p { color: rgb(229,179,91); }
H1.HeaderClassName
{
color: #E5B35B;
}
.AnyTagClassName
{
color: #E5B35B;
}
</style>
background-color css
<style>
a { background-color: #E5B35B; }
a { background-color: rgb(229,179,91); }
div.DivClassName
{
background-color: #E5B35B;
}
.BgClassName
{
background-color: #E5B35B;
}
</style>
border-color css
<style>
span { border-color: #E5B35B; }
span { border-color: rgb(229,179,91); }
td.TdClassName
{
border-color: #E5B35B;
}
.TagClassName
{
border-color: #E5B35B;
}
</style>