Shades of Rob Roy #E7A54C
Tints of Rob Roy #E7A54C
RGB
CMYK
RGB Variations
Color information
#E7A54C (or 0xE7A54C) is known color: Rob Roy. HEX triplet: E7, A5 and 4C. RGB value is (231,165,76). Sum of RGB (Red+Green+Blue) = 231+165+76=472 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.94% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A54C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A54C is #185AB3. Grayscale: #AFAFAF. Windows color (decimal): -1596084 or 5023207. OLE color: 5023207.
HSL color Cylindrical-coordinate representation of color #E7A54C: hue angle of 34.45º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7A54C is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 76 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.09 |
| HSL | 34.45º | 0.76% | 0.6% | - |
| HSV(B) | 34.45º | 0.67% | 0.91% | - |
| XYZ | 47.71 | 44.42 | 12.9 | - |
| YUV | 174.59 | 72.37 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 76 | 0 | 0.29 | 0.67 | 0.09 | 34.45 | 0.76 | 0.6 |
| Hex | E7 | A5 | 4C | 0 | 1D | 43 | 9 | 22 | 4C | 3C |
| Octal | 347 | 245 | 114 | 0 | 35 | 103 | 11 | 42 | 114 | 74 |
| Binary | 11100111 | 10100101 | 1001100 | 0 | 11101 | 1000011 | 1001 | 100010 | 1001100 | 111100 |
Color Harmonies of #E7A54C
Complementary color
Monochromatic Colors of #E7A54C
Black with #E7A54C
Text Example
Text Example
White with #E7A54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A54C; }
p { color: rgb(231,165,76); }
H1.HeaderClassName
{
color: #E7A54C;
}
.AnyTagClassName
{
color: #E7A54C;
}
</style>
background-color css
<style>
a { background-color: #E7A54C; }
a { background-color: rgb(231,165,76); }
div.DivClassName
{
background-color: #E7A54C;
}
.BgClassName
{
background-color: #E7A54C;
}
</style>
border-color css
<style>
span { border-color: #E7A54C; }
span { border-color: rgb(231,165,76); }
td.TdClassName
{
border-color: #E7A54C;
}
.TagClassName
{
border-color: #E7A54C;
}
</style>