Shades of Rob Roy #E4AD5A
Tints of Rob Roy #E4AD5A
RGB
CMYK
RGB Variations
Color information
#E4AD5A (or 0xE4AD5A) is known color: Rob Roy. HEX triplet: E4, AD and 5A. RGB value is (228,173,90). Sum of RGB (Red+Green+Blue) = 228+173+90=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 90 (35.55% from 255 or 18.33% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4AD5A is #1B52A5. Grayscale: #B4B4B4. Windows color (decimal): -1790630 or 5942756. OLE color: 5942756.
HSL color Cylindrical-coordinate representation of color #E4AD5A: hue angle of 36.09º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E4AD5A is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 173 | 90 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.11 |
| HSL | 36.09º | 0.72% | 0.62% | - |
| HSV(B) | 36.09º | 0.61% | 0.89% | - |
| XYZ | 48.78 | 47.12 | 16.2 | - |
| YUV | 179.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 173 | 90 | 0 | 0.24 | 0.61 | 0.11 | 36.09 | 0.72 | 0.62 |
| Hex | E4 | AD | 5A | 0 | 18 | 3D | B | 24 | 48 | 3E |
| Octal | 344 | 255 | 132 | 0 | 30 | 75 | 13 | 44 | 110 | 76 |
| Binary | 11100100 | 10101101 | 1011010 | 0 | 11000 | 111101 | 1011 | 100100 | 1001000 | 111110 |
Color Harmonies of #E4AD5A
Complementary color
Monochromatic Colors of #E4AD5A
Black with #E4AD5A
Text Example
Text Example
White with #E4AD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4AD5A; }
p { color: rgb(228,173,90); }
H1.HeaderClassName
{
color: #E4AD5A;
}
.AnyTagClassName
{
color: #E4AD5A;
}
</style>
background-color css
<style>
a { background-color: #E4AD5A; }
a { background-color: rgb(228,173,90); }
div.DivClassName
{
background-color: #E4AD5A;
}
.BgClassName
{
background-color: #E4AD5A;
}
</style>
border-color css
<style>
span { border-color: #E4AD5A; }
span { border-color: rgb(228,173,90); }
td.TdClassName
{
border-color: #E4AD5A;
}
.TagClassName
{
border-color: #E4AD5A;
}
</style>