Shades of Ronchi #E7B94C
Tints of Ronchi #E7B94C
RGB
CMYK
RGB Variations
Color information
#E7B94C (or 0xE7B94C) is known color: Ronchi. HEX triplet: E7, B9 and 4C. RGB value is (231,185,76). Sum of RGB (Red+Green+Blue) = 231+185+76=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 76 (30.08% from 255 or 15.45% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B94C is #1846B3. Grayscale: #BABABA. Windows color (decimal): -1590964 or 5028327. OLE color: 5028327.
HSL color Cylindrical-coordinate representation of color #E7B94C: hue angle of 42.19º 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 #E7B94C is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 76 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.09 |
| HSL | 42.19º | 0.76% | 0.6% | - |
| HSV(B) | 42.19º | 0.67% | 0.91% | - |
| XYZ | 51.61 | 52.21 | 14.19 | - |
| YUV | 186.33 | 65.74 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 76 | 0 | 0.20 | 0.67 | 0.09 | 42.19 | 0.76 | 0.6 |
| Hex | E7 | B9 | 4C | 0 | 14 | 43 | 9 | 2A | 4C | 3C |
| Octal | 347 | 271 | 114 | 0 | 24 | 103 | 11 | 52 | 114 | 74 |
| Binary | 11100111 | 10111001 | 1001100 | 0 | 10100 | 1000011 | 1001 | 101010 | 1001100 | 111100 |
Color Harmonies of #E7B94C
Complementary color
Monochromatic Colors of #E7B94C
Black with #E7B94C
Text Example
Text Example
White with #E7B94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B94C; }
p { color: rgb(231,185,76); }
H1.HeaderClassName
{
color: #E7B94C;
}
.AnyTagClassName
{
color: #E7B94C;
}
</style>
background-color css
<style>
a { background-color: #E7B94C; }
a { background-color: rgb(231,185,76); }
div.DivClassName
{
background-color: #E7B94C;
}
.BgClassName
{
background-color: #E7B94C;
}
</style>
border-color css
<style>
span { border-color: #E7B94C; }
span { border-color: rgb(231,185,76); }
td.TdClassName
{
border-color: #E7B94C;
}
.TagClassName
{
border-color: #E7B94C;
}
</style>