Shades of Rob Roy #E1AD5D
Tints of Rob Roy #E1AD5D
RGB
CMYK
RGB Variations
Color information
#E1AD5D (or 0xE1AD5D) is known color: Rob Roy. HEX triplet: E1, AD and 5D. RGB value is (225,173,93). Sum of RGB (Red+Green+Blue) = 225+173+93=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1AD5D is #1E52A2. Grayscale: #B3B3B3. Windows color (decimal): -1987235 or 6139361. OLE color: 6139361.
HSL color Cylindrical-coordinate representation of color #E1AD5D: hue angle of 36.36º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1AD5D is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 173 | 93 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.12 |
| HSL | 36.36º | 0.69% | 0.62% | - |
| HSV(B) | 36.36º | 0.59% | 0.88% | - |
| XYZ | 47.97 | 46.69 | 16.84 | - |
| YUV | 179.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 173 | 93 | 0 | 0.23 | 0.59 | 0.12 | 36.36 | 0.69 | 0.62 |
| Hex | E1 | AD | 5D | 0 | 17 | 3B | C | 24 | 45 | 3E |
| Octal | 341 | 255 | 135 | 0 | 27 | 73 | 14 | 44 | 105 | 76 |
| Binary | 11100001 | 10101101 | 1011101 | 0 | 10111 | 111011 | 1100 | 100100 | 1000101 | 111110 |
Color Harmonies of #E1AD5D
Complementary color
Monochromatic Colors of #E1AD5D
Black with #E1AD5D
Text Example
Text Example
White with #E1AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AD5D; }
p { color: rgb(225,173,93); }
H1.HeaderClassName
{
color: #E1AD5D;
}
.AnyTagClassName
{
color: #E1AD5D;
}
</style>
background-color css
<style>
a { background-color: #E1AD5D; }
a { background-color: rgb(225,173,93); }
div.DivClassName
{
background-color: #E1AD5D;
}
.BgClassName
{
background-color: #E1AD5D;
}
</style>
border-color css
<style>
span { border-color: #E1AD5D; }
span { border-color: rgb(225,173,93); }
td.TdClassName
{
border-color: #E1AD5D;
}
.TagClassName
{
border-color: #E1AD5D;
}
</style>