Shades of Rob Roy #E5AD4B
Tints of Rob Roy #E5AD4B
RGB
CMYK
RGB Variations
Color information
#E5AD4B (or 0xE5AD4B) is known color: Rob Roy. HEX triplet: E5, AD and 4B. RGB value is (229,173,75). Sum of RGB (Red+Green+Blue) = 229+173+75=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD4B is #1A52B4. Grayscale: #B3B3B3. Windows color (decimal): -1725109 or 4959717. OLE color: 4959717.
HSL color Cylindrical-coordinate representation of color #E5AD4B: hue angle of 38.18º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5AD4B is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 75 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.10 |
| HSL | 38.18º | 0.75% | 0.6% | - |
| HSV(B) | 38.18º | 0.67% | 0.9% | - |
| XYZ | 48.53 | 47.05 | 13.18 | - |
| YUV | 178.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 75 | 0 | 0.24 | 0.67 | 0.10 | 38.18 | 0.75 | 0.6 |
| Hex | E5 | AD | 4B | 0 | 18 | 43 | A | 26 | 4B | 3C |
| Octal | 345 | 255 | 113 | 0 | 30 | 103 | 12 | 46 | 113 | 74 |
| Binary | 11100101 | 10101101 | 1001011 | 0 | 11000 | 1000011 | 1010 | 100110 | 1001011 | 111100 |
Color Harmonies of #E5AD4B
Complementary color
Monochromatic Colors of #E5AD4B
Black with #E5AD4B
Text Example
Text Example
White with #E5AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD4B; }
p { color: rgb(229,173,75); }
H1.HeaderClassName
{
color: #E5AD4B;
}
.AnyTagClassName
{
color: #E5AD4B;
}
</style>
background-color css
<style>
a { background-color: #E5AD4B; }
a { background-color: rgb(229,173,75); }
div.DivClassName
{
background-color: #E5AD4B;
}
.BgClassName
{
background-color: #E5AD4B;
}
</style>
border-color css
<style>
span { border-color: #E5AD4B; }
span { border-color: rgb(229,173,75); }
td.TdClassName
{
border-color: #E5AD4B;
}
.TagClassName
{
border-color: #E5AD4B;
}
</style>