Shades of Ronchi #EAB949
Tints of Ronchi #EAB949
RGB
CMYK
RGB Variations
Color information
#EAB949 (or 0xEAB949) is known color: Ronchi. HEX triplet: EA, B9 and 49. RGB value is (234,185,73). Sum of RGB (Red+Green+Blue) = 234+185+73=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB949 is #1546B6. Grayscale: #BBBBBB. Windows color (decimal): -1394359 or 4831722. OLE color: 4831722.
HSL color Cylindrical-coordinate representation of color #EAB949: hue angle of 41.74º 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 #EAB949 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 73 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.08 |
| HSL | 41.74º | 0.79% | 0.6% | - |
| HSV(B) | 41.74º | 0.69% | 0.92% | - |
| XYZ | 52.48 | 52.67 | 13.7 | - |
| YUV | 186.88 | 63.73 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 73 | 0 | 0.21 | 0.69 | 0.08 | 41.74 | 0.79 | 0.6 |
| Hex | EA | B9 | 49 | 0 | 15 | 45 | 8 | 2A | 4F | 3C |
| Octal | 352 | 271 | 111 | 0 | 25 | 105 | 10 | 52 | 117 | 74 |
| Binary | 11101010 | 10111001 | 1001001 | 0 | 10101 | 1000101 | 1000 | 101010 | 1001111 | 111100 |
Color Harmonies of #EAB949
Complementary color
Monochromatic Colors of #EAB949
Black with #EAB949
Text Example
Text Example
White with #EAB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB949; }
p { color: rgb(234,185,73); }
H1.HeaderClassName
{
color: #EAB949;
}
.AnyTagClassName
{
color: #EAB949;
}
</style>
background-color css
<style>
a { background-color: #EAB949; }
a { background-color: rgb(234,185,73); }
div.DivClassName
{
background-color: #EAB949;
}
.BgClassName
{
background-color: #EAB949;
}
</style>
border-color css
<style>
span { border-color: #EAB949; }
span { border-color: rgb(234,185,73); }
td.TdClassName
{
border-color: #EAB949;
}
.TagClassName
{
border-color: #EAB949;
}
</style>