Shades of Rob Roy #E4AD5E
Tints of Rob Roy #E4AD5E
RGB
CMYK
RGB Variations
Color information
#E4AD5E (or 0xE4AD5E) is known color: Rob Roy. HEX triplet: E4, AD and 5E. RGB value is (228,173,94). Sum of RGB (Red+Green+Blue) = 228+173+94=495 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.06% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AD5E is #1B52A1. Grayscale: #B4B4B4. Windows color (decimal): -1790626 or 6204900. OLE color: 6204900.
HSL color Cylindrical-coordinate representation of color #E4AD5E: hue angle of 35.37º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4AD5E is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 94 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.11 |
| HSL | 35.37º | 0.71% | 0.63% | - |
| HSV(B) | 35.37º | 0.59% | 0.89% | - |
| XYZ | 48.96 | 47.19 | 17.12 | - |
| YUV | 180.44 | 79.22 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 94 | 0 | 0.24 | 0.59 | 0.11 | 35.37 | 0.71 | 0.63 |
| Hex | E4 | AD | 5E | 0 | 18 | 3B | B | 23 | 47 | 3F |
| Octal | 344 | 255 | 136 | 0 | 30 | 73 | 13 | 43 | 107 | 77 |
| Binary | 11100100 | 10101101 | 1011110 | 0 | 11000 | 111011 | 1011 | 100011 | 1000111 | 111111 |
Color Harmonies of #E4AD5E
Complementary color
Monochromatic Colors of #E4AD5E
Black with #E4AD5E
Text Example
Text Example
White with #E4AD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AD5E; }
p { color: rgb(228,173,94); }
H1.HeaderClassName
{
color: #E4AD5E;
}
.AnyTagClassName
{
color: #E4AD5E;
}
</style>
background-color css
<style>
a { background-color: #E4AD5E; }
a { background-color: rgb(228,173,94); }
div.DivClassName
{
background-color: #E4AD5E;
}
.BgClassName
{
background-color: #E4AD5E;
}
</style>
border-color css
<style>
span { border-color: #E4AD5E; }
span { border-color: rgb(228,173,94); }
td.TdClassName
{
border-color: #E4AD5E;
}
.TagClassName
{
border-color: #E4AD5E;
}
</style>