Shades of Ronchi #EAB744
Tints of Ronchi #EAB744
RGB
CMYK
RGB Variations
Color information
#EAB744 (or 0xEAB744) is known color: Ronchi. HEX triplet: EA, B7 and 44. RGB value is (234,183,68). Sum of RGB (Red+Green+Blue) = 234+183+68=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 68 (26.95% from 255 or 14.02% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB744 is #1548BB. Grayscale: #B9B9B9. Windows color (decimal): -1394876 or 4503530. OLE color: 4503530.
HSL color Cylindrical-coordinate representation of color #EAB744: hue angle of 41.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAB744 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 68 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.08 |
| HSL | 41.57º | 0.8% | 0.59% | - |
| HSV(B) | 41.57º | 0.71% | 0.92% | - |
| XYZ | 51.91 | 51.78 | 12.73 | - |
| YUV | 185.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 68 | 0 | 0.22 | 0.71 | 0.08 | 41.57 | 0.8 | 0.59 |
| Hex | EA | B7 | 44 | 0 | 16 | 47 | 8 | 2A | 50 | 3B |
| Octal | 352 | 267 | 104 | 0 | 26 | 107 | 10 | 52 | 120 | 73 |
| Binary | 11101010 | 10110111 | 1000100 | 0 | 10110 | 1000111 | 1000 | 101010 | 1010000 | 111011 |
Color Harmonies of #EAB744
Complementary color
Monochromatic Colors of #EAB744
Black with #EAB744
Text Example
Text Example
White with #EAB744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB744; }
p { color: rgb(234,183,68); }
H1.HeaderClassName
{
color: #EAB744;
}
.AnyTagClassName
{
color: #EAB744;
}
</style>
background-color css
<style>
a { background-color: #EAB744; }
a { background-color: rgb(234,183,68); }
div.DivClassName
{
background-color: #EAB744;
}
.BgClassName
{
background-color: #EAB744;
}
</style>
border-color css
<style>
span { border-color: #EAB744; }
span { border-color: rgb(234,183,68); }
td.TdClassName
{
border-color: #EAB744;
}
.TagClassName
{
border-color: #EAB744;
}
</style>