Shades of Rob Roy #E0A75C
Tints of Rob Roy #E0A75C
RGB
CMYK
RGB Variations
Color information
#E0A75C (or 0xE0A75C) is known color: Rob Roy. HEX triplet: E0, A7 and 5C. RGB value is (224,167,92). Sum of RGB (Red+Green+Blue) = 224+167+92=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A75C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0A75C is #1F58A3. Grayscale: #AFAFAF. Windows color (decimal): -2054308 or 6072288. OLE color: 6072288.
HSL color Cylindrical-coordinate representation of color #E0A75C: hue angle of 34.09º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0A75C is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 92 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.12 |
| HSL | 34.09º | 0.68% | 0.62% | - |
| HSV(B) | 34.09º | 0.59% | 0.88% | - |
| XYZ | 46.49 | 44.26 | 16.22 | - |
| YUV | 175.49 | 80.88 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 92 | 0 | 0.25 | 0.59 | 0.12 | 34.09 | 0.68 | 0.62 |
| Hex | E0 | A7 | 5C | 0 | 19 | 3B | C | 22 | 44 | 3E |
| Octal | 340 | 247 | 134 | 0 | 31 | 73 | 14 | 42 | 104 | 76 |
| Binary | 11100000 | 10100111 | 1011100 | 0 | 11001 | 111011 | 1100 | 100010 | 1000100 | 111110 |
Color Harmonies of #E0A75C
Complementary color
Monochromatic Colors of #E0A75C
Black with #E0A75C
Text Example
Text Example
White with #E0A75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A75C; }
p { color: rgb(224,167,92); }
H1.HeaderClassName
{
color: #E0A75C;
}
.AnyTagClassName
{
color: #E0A75C;
}
</style>
background-color css
<style>
a { background-color: #E0A75C; }
a { background-color: rgb(224,167,92); }
div.DivClassName
{
background-color: #E0A75C;
}
.BgClassName
{
background-color: #E0A75C;
}
</style>
border-color css
<style>
span { border-color: #E0A75C; }
span { border-color: rgb(224,167,92); }
td.TdClassName
{
border-color: #E0A75C;
}
.TagClassName
{
border-color: #E0A75C;
}
</style>