Shades of Rob Roy #E2A95C
Tints of Rob Roy #E2A95C
RGB
CMYK
RGB Variations
Color information
#E2A95C (or 0xE2A95C) is known color: Rob Roy. HEX triplet: E2, A9 and 5C. RGB value is (226,169,92). Sum of RGB (Red+Green+Blue) = 226+169+92=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2A95C is #1D56A3. Grayscale: #B1B1B1. Windows color (decimal): -1922724 or 6072802. OLE color: 6072802.
HSL color Cylindrical-coordinate representation of color #E2A95C: hue angle of 34.48º 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 #E2A95C is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 169 | 92 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.11 |
| HSL | 34.48º | 0.7% | 0.62% | - |
| HSV(B) | 34.48º | 0.59% | 0.89% | - |
| XYZ | 47.48 | 45.32 | 16.37 | - |
| YUV | 177.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 169 | 92 | 0 | 0.25 | 0.59 | 0.11 | 34.48 | 0.7 | 0.62 |
| Hex | E2 | A9 | 5C | 0 | 19 | 3B | B | 22 | 46 | 3E |
| Octal | 342 | 251 | 134 | 0 | 31 | 73 | 13 | 42 | 106 | 76 |
| Binary | 11100010 | 10101001 | 1011100 | 0 | 11001 | 111011 | 1011 | 100010 | 1000110 | 111110 |
Color Harmonies of #E2A95C
Complementary color
Monochromatic Colors of #E2A95C
Black with #E2A95C
Text Example
Text Example
White with #E2A95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A95C; }
p { color: rgb(226,169,92); }
H1.HeaderClassName
{
color: #E2A95C;
}
.AnyTagClassName
{
color: #E2A95C;
}
</style>
background-color css
<style>
a { background-color: #E2A95C; }
a { background-color: rgb(226,169,92); }
div.DivClassName
{
background-color: #E2A95C;
}
.BgClassName
{
background-color: #E2A95C;
}
</style>
border-color css
<style>
span { border-color: #E2A95C; }
span { border-color: rgb(226,169,92); }
td.TdClassName
{
border-color: #E2A95C;
}
.TagClassName
{
border-color: #E2A95C;
}
</style>