Shades of Rob Roy #E2AA4B
Tints of Rob Roy #E2AA4B
RGB
CMYK
RGB Variations
Color information
#E2AA4B (or 0xE2AA4B) is known color: Rob Roy. HEX triplet: E2, AA and 4B. RGB value is (226,170,75). Sum of RGB (Red+Green+Blue) = 226+170+75=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AA4B is #1D55B4. Grayscale: #B0B0B0. Windows color (decimal): -1922485 or 4958946. OLE color: 4958946.
HSL color Cylindrical-coordinate representation of color #E2AA4B: hue angle of 37.75º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2AA4B is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 75 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.11 |
| HSL | 37.75º | 0.72% | 0.59% | - |
| HSV(B) | 37.75º | 0.67% | 0.89% | - |
| XYZ | 47.01 | 45.43 | 12.95 | - |
| YUV | 175.91 | 71.05 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 75 | 0 | 0.25 | 0.67 | 0.11 | 37.75 | 0.72 | 0.59 |
| Hex | E2 | AA | 4B | 0 | 19 | 43 | B | 26 | 48 | 3B |
| Octal | 342 | 252 | 113 | 0 | 31 | 103 | 13 | 46 | 110 | 73 |
| Binary | 11100010 | 10101010 | 1001011 | 0 | 11001 | 1000011 | 1011 | 100110 | 1001000 | 111011 |
Color Harmonies of #E2AA4B
Complementary color
Monochromatic Colors of #E2AA4B
Black with #E2AA4B
Text Example
Text Example
White with #E2AA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA4B; }
p { color: rgb(226,170,75); }
H1.HeaderClassName
{
color: #E2AA4B;
}
.AnyTagClassName
{
color: #E2AA4B;
}
</style>
background-color css
<style>
a { background-color: #E2AA4B; }
a { background-color: rgb(226,170,75); }
div.DivClassName
{
background-color: #E2AA4B;
}
.BgClassName
{
background-color: #E2AA4B;
}
</style>
border-color css
<style>
span { border-color: #E2AA4B; }
span { border-color: rgb(226,170,75); }
td.TdClassName
{
border-color: #E2AA4B;
}
.TagClassName
{
border-color: #E2AA4B;
}
</style>