Shades of Ronchi #E7B64A
Tints of Ronchi #E7B64A
RGB
CMYK
RGB Variations
Color information
#E7B64A (or 0xE7B64A) is known color: Ronchi. HEX triplet: E7, B6 and 4A. RGB value is (231,182,74). Sum of RGB (Red+Green+Blue) = 231+182+74=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B64A is #1849B5. Grayscale: #B8B8B8. Windows color (decimal): -1591734 or 4896487. OLE color: 4896487.
HSL color Cylindrical-coordinate representation of color #E7B64A: hue angle of 41.27º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7B64A is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 182 | 74 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.09 |
| HSL | 41.27º | 0.77% | 0.6% | - |
| HSV(B) | 41.27º | 0.68% | 0.91% | - |
| XYZ | 50.92 | 50.94 | 13.63 | - |
| YUV | 184.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 182 | 74 | 0 | 0.21 | 0.68 | 0.09 | 41.27 | 0.77 | 0.6 |
| Hex | E7 | B6 | 4A | 0 | 15 | 44 | 9 | 29 | 4D | 3C |
| Octal | 347 | 266 | 112 | 0 | 25 | 104 | 11 | 51 | 115 | 74 |
| Binary | 11100111 | 10110110 | 1001010 | 0 | 10101 | 1000100 | 1001 | 101001 | 1001101 | 111100 |
Color Harmonies of #E7B64A
Complementary color
Monochromatic Colors of #E7B64A
Black with #E7B64A
Text Example
Text Example
White with #E7B64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B64A; }
p { color: rgb(231,182,74); }
H1.HeaderClassName
{
color: #E7B64A;
}
.AnyTagClassName
{
color: #E7B64A;
}
</style>
background-color css
<style>
a { background-color: #E7B64A; }
a { background-color: rgb(231,182,74); }
div.DivClassName
{
background-color: #E7B64A;
}
.BgClassName
{
background-color: #E7B64A;
}
</style>
border-color css
<style>
span { border-color: #E7B64A; }
span { border-color: rgb(231,182,74); }
td.TdClassName
{
border-color: #E7B64A;
}
.TagClassName
{
border-color: #E7B64A;
}
</style>