Shades of Rob Roy #E4B05B
Tints of Rob Roy #E4B05B
RGB
CMYK
RGB Variations
Color information
#E4B05B (or 0xE4B05B) is known color: Rob Roy. HEX triplet: E4, B0 and 5B. RGB value is (228,176,91). Sum of RGB (Red+Green+Blue) = 228+176+91=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 91 (35.94% from 255 or 18.38% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4B05B is #1B4FA4. Grayscale: #B6B6B6. Windows color (decimal): -1789861 or 6009060. OLE color: 6009060.
HSL color Cylindrical-coordinate representation of color #E4B05B: hue angle of 37.23º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4B05B is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 176 | 91 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.11 |
| HSL | 37.23º | 0.72% | 0.63% | - |
| HSV(B) | 37.23º | 0.6% | 0.89% | - |
| XYZ | 49.41 | 48.3 | 16.62 | - |
| YUV | 181.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 176 | 91 | 0 | 0.23 | 0.60 | 0.11 | 37.23 | 0.72 | 0.63 |
| Hex | E4 | B0 | 5B | 0 | 17 | 3C | B | 25 | 48 | 3F |
| Octal | 344 | 260 | 133 | 0 | 27 | 74 | 13 | 45 | 110 | 77 |
| Binary | 11100100 | 10110000 | 1011011 | 0 | 10111 | 111100 | 1011 | 100101 | 1001000 | 111111 |
Color Harmonies of #E4B05B
Complementary color
Monochromatic Colors of #E4B05B
Black with #E4B05B
Text Example
Text Example
White with #E4B05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B05B; }
p { color: rgb(228,176,91); }
H1.HeaderClassName
{
color: #E4B05B;
}
.AnyTagClassName
{
color: #E4B05B;
}
</style>
background-color css
<style>
a { background-color: #E4B05B; }
a { background-color: rgb(228,176,91); }
div.DivClassName
{
background-color: #E4B05B;
}
.BgClassName
{
background-color: #E4B05B;
}
</style>
border-color css
<style>
span { border-color: #E4B05B; }
span { border-color: rgb(228,176,91); }
td.TdClassName
{
border-color: #E4B05B;
}
.TagClassName
{
border-color: #E4B05B;
}
</style>