Shades of Rob Roy #E4AD5B
Tints of Rob Roy #E4AD5B
RGB
CMYK
RGB Variations
Color information
#E4AD5B (or 0xE4AD5B) is known color: Rob Roy. HEX triplet: E4, AD and 5B. RGB value is (228,173,91). Sum of RGB (Red+Green+Blue) = 228+173+91=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AD5B is #1B52A4. Grayscale: #B4B4B4. Windows color (decimal): -1790629 or 6008292. OLE color: 6008292.
HSL color Cylindrical-coordinate representation of color #E4AD5B: hue angle of 35.91º 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 #E4AD5B is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 91 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.11 |
| HSL | 35.91º | 0.72% | 0.63% | - |
| HSV(B) | 35.91º | 0.6% | 0.89% | - |
| XYZ | 48.83 | 47.14 | 16.42 | - |
| YUV | 180.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 91 | 0 | 0.24 | 0.60 | 0.11 | 35.91 | 0.72 | 0.63 |
| Hex | E4 | AD | 5B | 0 | 18 | 3C | B | 24 | 48 | 3F |
| Octal | 344 | 255 | 133 | 0 | 30 | 74 | 13 | 44 | 110 | 77 |
| Binary | 11100100 | 10101101 | 1011011 | 0 | 11000 | 111100 | 1011 | 100100 | 1001000 | 111111 |
Color Harmonies of #E4AD5B
Complementary color
Monochromatic Colors of #E4AD5B
Black with #E4AD5B
Text Example
Text Example
White with #E4AD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AD5B; }
p { color: rgb(228,173,91); }
H1.HeaderClassName
{
color: #E4AD5B;
}
.AnyTagClassName
{
color: #E4AD5B;
}
</style>
background-color css
<style>
a { background-color: #E4AD5B; }
a { background-color: rgb(228,173,91); }
div.DivClassName
{
background-color: #E4AD5B;
}
.BgClassName
{
background-color: #E4AD5B;
}
</style>
border-color css
<style>
span { border-color: #E4AD5B; }
span { border-color: rgb(228,173,91); }
td.TdClassName
{
border-color: #E4AD5B;
}
.TagClassName
{
border-color: #E4AD5B;
}
</style>