Shades of Rob Roy #E0AF5C
Tints of Rob Roy #E0AF5C
RGB
CMYK
RGB Variations
Color information
#E0AF5C (or 0xE0AF5C) is known color: Rob Roy. HEX triplet: E0, AF and 5C. RGB value is (224,175,92). Sum of RGB (Red+Green+Blue) = 224+175+92=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 92 (36.33% from 255 or 18.74% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0AF5C is #1F50A3. Grayscale: #B4B4B4. Windows color (decimal): -2052260 or 6074336. OLE color: 6074336.
HSL color Cylindrical-coordinate representation of color #E0AF5C: hue angle of 37.73º 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 #E0AF5C is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 92 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.12 |
| HSL | 37.73º | 0.68% | 0.62% | - |
| HSV(B) | 37.73º | 0.59% | 0.88% | - |
| XYZ | 48 | 47.28 | 16.72 | - |
| YUV | 180.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 92 | 0 | 0.22 | 0.59 | 0.12 | 37.73 | 0.68 | 0.62 |
| Hex | E0 | AF | 5C | 0 | 16 | 3B | C | 26 | 44 | 3E |
| Octal | 340 | 257 | 134 | 0 | 26 | 73 | 14 | 46 | 104 | 76 |
| Binary | 11100000 | 10101111 | 1011100 | 0 | 10110 | 111011 | 1100 | 100110 | 1000100 | 111110 |
Color Harmonies of #E0AF5C
Complementary color
Monochromatic Colors of #E0AF5C
Black with #E0AF5C
Text Example
Text Example
White with #E0AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF5C; }
p { color: rgb(224,175,92); }
H1.HeaderClassName
{
color: #E0AF5C;
}
.AnyTagClassName
{
color: #E0AF5C;
}
</style>
background-color css
<style>
a { background-color: #E0AF5C; }
a { background-color: rgb(224,175,92); }
div.DivClassName
{
background-color: #E0AF5C;
}
.BgClassName
{
background-color: #E0AF5C;
}
</style>
border-color css
<style>
span { border-color: #E0AF5C; }
span { border-color: rgb(224,175,92); }
td.TdClassName
{
border-color: #E0AF5C;
}
.TagClassName
{
border-color: #E0AF5C;
}
</style>