Shades of Ronchi #EAB54D
Tints of Ronchi #EAB54D
RGB
CMYK
RGB Variations
Color information
#EAB54D (or 0xEAB54D) is known color: Ronchi. HEX triplet: EA, B5 and 4D. RGB value is (234,181,77). Sum of RGB (Red+Green+Blue) = 234+181+77=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 77 (30.47% from 255 or 15.65% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB54D is #154AB2. Grayscale: #B9B9B9. Windows color (decimal): -1395379 or 5092842. OLE color: 5092842.
HSL color Cylindrical-coordinate representation of color #EAB54D: hue angle of 39.75º 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 #EAB54D is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 77 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.08 |
| HSL | 39.75º | 0.79% | 0.61% | - |
| HSV(B) | 39.75º | 0.67% | 0.92% | - |
| XYZ | 51.8 | 51.08 | 14.15 | - |
| YUV | 184.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 77 | 0 | 0.23 | 0.67 | 0.08 | 39.75 | 0.79 | 0.61 |
| Hex | EA | B5 | 4D | 0 | 17 | 43 | 8 | 28 | 4F | 3D |
| Octal | 352 | 265 | 115 | 0 | 27 | 103 | 10 | 50 | 117 | 75 |
| Binary | 11101010 | 10110101 | 1001101 | 0 | 10111 | 1000011 | 1000 | 101000 | 1001111 | 111101 |
Color Harmonies of #EAB54D
Complementary color
Monochromatic Colors of #EAB54D
Black with #EAB54D
Text Example
Text Example
White with #EAB54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB54D; }
p { color: rgb(234,181,77); }
H1.HeaderClassName
{
color: #EAB54D;
}
.AnyTagClassName
{
color: #EAB54D;
}
</style>
background-color css
<style>
a { background-color: #EAB54D; }
a { background-color: rgb(234,181,77); }
div.DivClassName
{
background-color: #EAB54D;
}
.BgClassName
{
background-color: #EAB54D;
}
</style>
border-color css
<style>
span { border-color: #EAB54D; }
span { border-color: rgb(234,181,77); }
td.TdClassName
{
border-color: #EAB54D;
}
.TagClassName
{
border-color: #EAB54D;
}
</style>