Shades of Ronchi #EAB749
Tints of Ronchi #EAB749
RGB
CMYK
RGB Variations
Color information
#EAB749 (or 0xEAB749) is known color: Ronchi. HEX triplet: EA, B7 and 49. RGB value is (234,183,73). Sum of RGB (Red+Green+Blue) = 234+183+73=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB749 is #1548B6. Grayscale: #BABABA. Windows color (decimal): -1394871 or 4831210. OLE color: 4831210.
HSL color Cylindrical-coordinate representation of color #EAB749: hue angle of 40.99º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAB749 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 73 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.08 |
| HSL | 40.99º | 0.79% | 0.6% | - |
| HSV(B) | 40.99º | 0.69% | 0.92% | - |
| XYZ | 52.07 | 51.84 | 13.57 | - |
| YUV | 185.71 | 64.4 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 73 | 0 | 0.22 | 0.69 | 0.08 | 40.99 | 0.79 | 0.6 |
| Hex | EA | B7 | 49 | 0 | 16 | 45 | 8 | 29 | 4F | 3C |
| Octal | 352 | 267 | 111 | 0 | 26 | 105 | 10 | 51 | 117 | 74 |
| Binary | 11101010 | 10110111 | 1001001 | 0 | 10110 | 1000101 | 1000 | 101001 | 1001111 | 111100 |
Color Harmonies of #EAB749
Complementary color
Monochromatic Colors of #EAB749
Black with #EAB749
Text Example
Text Example
White with #EAB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB749; }
p { color: rgb(234,183,73); }
H1.HeaderClassName
{
color: #EAB749;
}
.AnyTagClassName
{
color: #EAB749;
}
</style>
background-color css
<style>
a { background-color: #EAB749; }
a { background-color: rgb(234,183,73); }
div.DivClassName
{
background-color: #EAB749;
}
.BgClassName
{
background-color: #EAB749;
}
</style>
border-color css
<style>
span { border-color: #EAB749; }
span { border-color: rgb(234,183,73); }
td.TdClassName
{
border-color: #EAB749;
}
.TagClassName
{
border-color: #EAB749;
}
</style>