Shades of Ronchi #EAB747
Tints of Ronchi #EAB747
RGB
CMYK
RGB Variations
Color information
#EAB747 (or 0xEAB747) is known color: Ronchi. HEX triplet: EA, B7 and 47. RGB value is (234,183,71). Sum of RGB (Red+Green+Blue) = 234+183+71=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 71 (28.12% from 255 or 14.55% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB747 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB747 is #1548B8. Grayscale: #B9B9B9. Windows color (decimal): -1394873 or 4700138. OLE color: 4700138.
HSL color Cylindrical-coordinate representation of color #EAB747: hue angle of 41.23º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAB747 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 71 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.08 |
| HSL | 41.23º | 0.8% | 0.6% | - |
| HSV(B) | 41.23º | 0.7% | 0.92% | - |
| XYZ | 52 | 51.81 | 13.22 | - |
| YUV | 185.48 | 63.4 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 71 | 0 | 0.22 | 0.70 | 0.08 | 41.23 | 0.8 | 0.6 |
| Hex | EA | B7 | 47 | 0 | 16 | 46 | 8 | 29 | 50 | 3C |
| Octal | 352 | 267 | 107 | 0 | 26 | 106 | 10 | 51 | 120 | 74 |
| Binary | 11101010 | 10110111 | 1000111 | 0 | 10110 | 1000110 | 1000 | 101001 | 1010000 | 111100 |
Color Harmonies of #EAB747
Complementary color
Monochromatic Colors of #EAB747
Black with #EAB747
Text Example
Text Example
White with #EAB747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB747; }
p { color: rgb(234,183,71); }
H1.HeaderClassName
{
color: #EAB747;
}
.AnyTagClassName
{
color: #EAB747;
}
</style>
background-color css
<style>
a { background-color: #EAB747; }
a { background-color: rgb(234,183,71); }
div.DivClassName
{
background-color: #EAB747;
}
.BgClassName
{
background-color: #EAB747;
}
</style>
border-color css
<style>
span { border-color: #EAB747; }
span { border-color: rgb(234,183,71); }
td.TdClassName
{
border-color: #EAB747;
}
.TagClassName
{
border-color: #EAB747;
}
</style>