Shades of Rob Roy #E7AC5C
Tints of Rob Roy #E7AC5C
RGB
CMYK
RGB Variations
Color information
#E7AC5C (or 0xE7AC5C) is known color: Rob Roy. HEX triplet: E7, AC and 5C. RGB value is (231,172,92). Sum of RGB (Red+Green+Blue) = 231+172+92=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 172 (67.58% from 255 or 34.75% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AC5C is #1853A3. Grayscale: #B4B4B4. Windows color (decimal): -1594276 or 6073575. OLE color: 6073575.
HSL color Cylindrical-coordinate representation of color #E7AC5C: hue angle of 34.53º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7AC5C is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 172 | 92 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.09 |
| HSL | 34.53º | 0.74% | 0.63% | - |
| HSV(B) | 34.53º | 0.6% | 0.91% | - |
| XYZ | 49.64 | 47.27 | 16.63 | - |
| YUV | 180.52 | 78.05 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 172 | 92 | 0 | 0.26 | 0.60 | 0.09 | 34.53 | 0.74 | 0.63 |
| Hex | E7 | AC | 5C | 0 | 1A | 3C | 9 | 23 | 4A | 3F |
| Octal | 347 | 254 | 134 | 0 | 32 | 74 | 11 | 43 | 112 | 77 |
| Binary | 11100111 | 10101100 | 1011100 | 0 | 11010 | 111100 | 1001 | 100011 | 1001010 | 111111 |
Color Harmonies of #E7AC5C
Complementary color
Monochromatic Colors of #E7AC5C
Black with #E7AC5C
Text Example
Text Example
White with #E7AC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AC5C; }
p { color: rgb(231,172,92); }
H1.HeaderClassName
{
color: #E7AC5C;
}
.AnyTagClassName
{
color: #E7AC5C;
}
</style>
background-color css
<style>
a { background-color: #E7AC5C; }
a { background-color: rgb(231,172,92); }
div.DivClassName
{
background-color: #E7AC5C;
}
.BgClassName
{
background-color: #E7AC5C;
}
</style>
border-color css
<style>
span { border-color: #E7AC5C; }
span { border-color: rgb(231,172,92); }
td.TdClassName
{
border-color: #E7AC5C;
}
.TagClassName
{
border-color: #E7AC5C;
}
</style>