Shades of Rob Roy #E2A952
Tints of Rob Roy #E2A952
RGB
CMYK
RGB Variations
Color information
#E2A952 (or 0xE2A952) is known color: Rob Roy. HEX triplet: E2, A9 and 52. RGB value is (226,169,82). Sum of RGB (Red+Green+Blue) = 226+169+82=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A952 is #1D56AD. Grayscale: #B0B0B0. Windows color (decimal): -1922734 or 5417442. OLE color: 5417442.
HSL color Cylindrical-coordinate representation of color #E2A952: hue angle of 36.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2A952 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 82 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.11 |
| HSL | 36.25º | 0.71% | 0.6% | - |
| HSV(B) | 36.25º | 0.64% | 0.89% | - |
| XYZ | 47.07 | 45.15 | 14.22 | - |
| YUV | 176.13 | 74.88 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 82 | 0 | 0.25 | 0.64 | 0.11 | 36.25 | 0.71 | 0.6 |
| Hex | E2 | A9 | 52 | 0 | 19 | 40 | B | 24 | 47 | 3C |
| Octal | 342 | 251 | 122 | 0 | 31 | 100 | 13 | 44 | 107 | 74 |
| Binary | 11100010 | 10101001 | 1010010 | 0 | 11001 | 1000000 | 1011 | 100100 | 1000111 | 111100 |
Color Harmonies of #E2A952
Complementary color
Monochromatic Colors of #E2A952
Black with #E2A952
Text Example
Text Example
White with #E2A952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A952; }
p { color: rgb(226,169,82); }
H1.HeaderClassName
{
color: #E2A952;
}
.AnyTagClassName
{
color: #E2A952;
}
</style>
background-color css
<style>
a { background-color: #E2A952; }
a { background-color: rgb(226,169,82); }
div.DivClassName
{
background-color: #E2A952;
}
.BgClassName
{
background-color: #E2A952;
}
</style>
border-color css
<style>
span { border-color: #E2A952; }
span { border-color: rgb(226,169,82); }
td.TdClassName
{
border-color: #E2A952;
}
.TagClassName
{
border-color: #E2A952;
}
</style>