Shades of Rob Roy #E2AC4D
Tints of Rob Roy #E2AC4D
RGB
CMYK
RGB Variations
Color information
#E2AC4D (or 0xE2AC4D) is known color: Rob Roy. HEX triplet: E2, AC and 4D. RGB value is (226,172,77). Sum of RGB (Red+Green+Blue) = 226+172+77=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AC4D is #1D53B2. Grayscale: #B1B1B1. Windows color (decimal): -1921971 or 5090530. OLE color: 5090530.
HSL color Cylindrical-coordinate representation of color #E2AC4D: hue angle of 38.26º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2AC4D is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 172 | 77 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.11 |
| HSL | 38.26º | 0.72% | 0.59% | - |
| HSV(B) | 38.26º | 0.66% | 0.89% | - |
| XYZ | 47.46 | 46.21 | 13.44 | - |
| YUV | 177.32 | 71.39 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 172 | 77 | 0 | 0.24 | 0.66 | 0.11 | 38.26 | 0.72 | 0.59 |
| Hex | E2 | AC | 4D | 0 | 18 | 42 | B | 26 | 48 | 3B |
| Octal | 342 | 254 | 115 | 0 | 30 | 102 | 13 | 46 | 110 | 73 |
| Binary | 11100010 | 10101100 | 1001101 | 0 | 11000 | 1000010 | 1011 | 100110 | 1001000 | 111011 |
Color Harmonies of #E2AC4D
Complementary color
Monochromatic Colors of #E2AC4D
Black with #E2AC4D
Text Example
Text Example
White with #E2AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AC4D; }
p { color: rgb(226,172,77); }
H1.HeaderClassName
{
color: #E2AC4D;
}
.AnyTagClassName
{
color: #E2AC4D;
}
</style>
background-color css
<style>
a { background-color: #E2AC4D; }
a { background-color: rgb(226,172,77); }
div.DivClassName
{
background-color: #E2AC4D;
}
.BgClassName
{
background-color: #E2AC4D;
}
</style>
border-color css
<style>
span { border-color: #E2AC4D; }
span { border-color: rgb(226,172,77); }
td.TdClassName
{
border-color: #E2AC4D;
}
.TagClassName
{
border-color: #E2AC4D;
}
</style>