Shades of Rob Roy #E2AA5C
Tints of Rob Roy #E2AA5C
RGB
CMYK
RGB Variations
Color information
#E2AA5C (or 0xE2AA5C) is known color: Rob Roy. HEX triplet: E2, AA and 5C. RGB value is (226,170,92). Sum of RGB (Red+Green+Blue) = 226+170+92=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2AA5C is #1D55A3. Grayscale: #B2B2B2. Windows color (decimal): -1922468 or 6073058. OLE color: 6073058.
HSL color Cylindrical-coordinate representation of color #E2AA5C: hue angle of 34.93º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2AA5C is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 170 | 92 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.11 |
| HSL | 34.93º | 0.7% | 0.62% | - |
| HSV(B) | 34.93º | 0.59% | 0.89% | - |
| XYZ | 47.67 | 45.69 | 16.43 | - |
| YUV | 177.85 | 79.55 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 170 | 92 | 0 | 0.25 | 0.59 | 0.11 | 34.93 | 0.7 | 0.62 |
| Hex | E2 | AA | 5C | 0 | 19 | 3B | B | 23 | 46 | 3E |
| Octal | 342 | 252 | 134 | 0 | 31 | 73 | 13 | 43 | 106 | 76 |
| Binary | 11100010 | 10101010 | 1011100 | 0 | 11001 | 111011 | 1011 | 100011 | 1000110 | 111110 |
Color Harmonies of #E2AA5C
Complementary color
Monochromatic Colors of #E2AA5C
Black with #E2AA5C
Text Example
Text Example
White with #E2AA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AA5C; }
p { color: rgb(226,170,92); }
H1.HeaderClassName
{
color: #E2AA5C;
}
.AnyTagClassName
{
color: #E2AA5C;
}
</style>
background-color css
<style>
a { background-color: #E2AA5C; }
a { background-color: rgb(226,170,92); }
div.DivClassName
{
background-color: #E2AA5C;
}
.BgClassName
{
background-color: #E2AA5C;
}
</style>
border-color css
<style>
span { border-color: #E2AA5C; }
span { border-color: rgb(226,170,92); }
td.TdClassName
{
border-color: #E2AA5C;
}
.TagClassName
{
border-color: #E2AA5C;
}
</style>