Shades of Rob Roy #E5AF5C
Tints of Rob Roy #E5AF5C
RGB
CMYK
RGB Variations
Color information
#E5AF5C (or 0xE5AF5C) is known color: Rob Roy. HEX triplet: E5, AF and 5C. RGB value is (229,175,92). Sum of RGB (Red+Green+Blue) = 229+175+92=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5AF5C is #1A50A3. Grayscale: #B6B6B6. Windows color (decimal): -1724580 or 6074341. OLE color: 6074341.
HSL color Cylindrical-coordinate representation of color #E5AF5C: hue angle of 36.35º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5AF5C is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 92 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.10 |
| HSL | 36.35º | 0.72% | 0.63% | - |
| HSV(B) | 36.35º | 0.6% | 0.9% | - |
| XYZ | 49.57 | 48.09 | 16.79 | - |
| YUV | 181.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 92 | 0 | 0.24 | 0.60 | 0.10 | 36.35 | 0.72 | 0.63 |
| Hex | E5 | AF | 5C | 0 | 18 | 3C | A | 24 | 48 | 3F |
| Octal | 345 | 257 | 134 | 0 | 30 | 74 | 12 | 44 | 110 | 77 |
| Binary | 11100101 | 10101111 | 1011100 | 0 | 11000 | 111100 | 1010 | 100100 | 1001000 | 111111 |
Color Harmonies of #E5AF5C
Complementary color
Monochromatic Colors of #E5AF5C
Black with #E5AF5C
Text Example
Text Example
White with #E5AF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF5C; }
p { color: rgb(229,175,92); }
H1.HeaderClassName
{
color: #E5AF5C;
}
.AnyTagClassName
{
color: #E5AF5C;
}
</style>
background-color css
<style>
a { background-color: #E5AF5C; }
a { background-color: rgb(229,175,92); }
div.DivClassName
{
background-color: #E5AF5C;
}
.BgClassName
{
background-color: #E5AF5C;
}
</style>
border-color css
<style>
span { border-color: #E5AF5C; }
span { border-color: rgb(229,175,92); }
td.TdClassName
{
border-color: #E5AF5C;
}
.TagClassName
{
border-color: #E5AF5C;
}
</style>