Shades of Ronchi #EAB74D
Tints of Ronchi #EAB74D
RGB
CMYK
RGB Variations
Color information
#EAB74D (or 0xEAB74D) is known color: Ronchi. HEX triplet: EA, B7 and 4D. RGB value is (234,183,77). Sum of RGB (Red+Green+Blue) = 234+183+77=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB74D is #1548B2. Grayscale: #BABABA. Windows color (decimal): -1394867 or 5093354. OLE color: 5093354.
HSL color Cylindrical-coordinate representation of color #EAB74D: hue angle of 40.51º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAB74D is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 77 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.08 |
| HSL | 40.51º | 0.79% | 0.61% | - |
| HSV(B) | 40.51º | 0.67% | 0.92% | - |
| XYZ | 52.2 | 51.9 | 14.29 | - |
| YUV | 186.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 77 | 0 | 0.22 | 0.67 | 0.08 | 40.51 | 0.79 | 0.61 |
| Hex | EA | B7 | 4D | 0 | 16 | 43 | 8 | 29 | 4F | 3D |
| Octal | 352 | 267 | 115 | 0 | 26 | 103 | 10 | 51 | 117 | 75 |
| Binary | 11101010 | 10110111 | 1001101 | 0 | 10110 | 1000011 | 1000 | 101001 | 1001111 | 111101 |
Color Harmonies of #EAB74D
Complementary color
Monochromatic Colors of #EAB74D
Black with #EAB74D
Text Example
Text Example
White with #EAB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB74D; }
p { color: rgb(234,183,77); }
H1.HeaderClassName
{
color: #EAB74D;
}
.AnyTagClassName
{
color: #EAB74D;
}
</style>
background-color css
<style>
a { background-color: #EAB74D; }
a { background-color: rgb(234,183,77); }
div.DivClassName
{
background-color: #EAB74D;
}
.BgClassName
{
background-color: #EAB74D;
}
</style>
border-color css
<style>
span { border-color: #EAB74D; }
span { border-color: rgb(234,183,77); }
td.TdClassName
{
border-color: #EAB74D;
}
.TagClassName
{
border-color: #EAB74D;
}
</style>