Shades of Ronchi #E7B74B
Tints of Ronchi #E7B74B
RGB
CMYK
RGB Variations
Color information
#E7B74B (or 0xE7B74B) is known color: Ronchi. HEX triplet: E7, B7 and 4B. RGB value is (231,183,75). Sum of RGB (Red+Green+Blue) = 231+183+75=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B74B is #1848B4. Grayscale: #B9B9B9. Windows color (decimal): -1591477 or 4962279. OLE color: 4962279.
HSL color Cylindrical-coordinate representation of color #E7B74B: hue angle of 41.54º degrees, saturation: 0.76, 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 #E7B74B is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 183 | 75 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.09 |
| HSL | 41.54º | 0.76% | 0.6% | - |
| HSV(B) | 41.54º | 0.68% | 0.91% | - |
| XYZ | 51.16 | 51.36 | 13.87 | - |
| YUV | 185.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 183 | 75 | 0 | 0.21 | 0.68 | 0.09 | 41.54 | 0.76 | 0.6 |
| Hex | E7 | B7 | 4B | 0 | 15 | 44 | 9 | 2A | 4C | 3C |
| Octal | 347 | 267 | 113 | 0 | 25 | 104 | 11 | 52 | 114 | 74 |
| Binary | 11100111 | 10110111 | 1001011 | 0 | 10101 | 1000100 | 1001 | 101010 | 1001100 | 111100 |
Color Harmonies of #E7B74B
Complementary color
Monochromatic Colors of #E7B74B
Black with #E7B74B
Text Example
Text Example
White with #E7B74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B74B; }
p { color: rgb(231,183,75); }
H1.HeaderClassName
{
color: #E7B74B;
}
.AnyTagClassName
{
color: #E7B74B;
}
</style>
background-color css
<style>
a { background-color: #E7B74B; }
a { background-color: rgb(231,183,75); }
div.DivClassName
{
background-color: #E7B74B;
}
.BgClassName
{
background-color: #E7B74B;
}
</style>
border-color css
<style>
span { border-color: #E7B74B; }
span { border-color: rgb(231,183,75); }
td.TdClassName
{
border-color: #E7B74B;
}
.TagClassName
{
border-color: #E7B74B;
}
</style>