Shades of Ronchi #EAB54C
Tints of Ronchi #EAB54C
RGB
CMYK
RGB Variations
Color information
#EAB54C (or 0xEAB54C) is known color: Ronchi. HEX triplet: EA, B5 and 4C. RGB value is (234,181,76). Sum of RGB (Red+Green+Blue) = 234+181+76=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB54C is #154AB3. Grayscale: #B9B9B9. Windows color (decimal): -1395380 or 5027306. OLE color: 5027306.
HSL color Cylindrical-coordinate representation of color #EAB54C: hue angle of 39.87º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAB54C is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 76 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.08 |
| HSL | 39.87º | 0.79% | 0.61% | - |
| HSV(B) | 39.87º | 0.68% | 0.92% | - |
| XYZ | 51.76 | 51.06 | 13.97 | - |
| YUV | 184.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 76 | 0 | 0.23 | 0.68 | 0.08 | 39.87 | 0.79 | 0.61 |
| Hex | EA | B5 | 4C | 0 | 17 | 44 | 8 | 28 | 4F | 3D |
| Octal | 352 | 265 | 114 | 0 | 27 | 104 | 10 | 50 | 117 | 75 |
| Binary | 11101010 | 10110101 | 1001100 | 0 | 10111 | 1000100 | 1000 | 101000 | 1001111 | 111101 |
Color Harmonies of #EAB54C
Complementary color
Monochromatic Colors of #EAB54C
Black with #EAB54C
Text Example
Text Example
White with #EAB54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB54C; }
p { color: rgb(234,181,76); }
H1.HeaderClassName
{
color: #EAB54C;
}
.AnyTagClassName
{
color: #EAB54C;
}
</style>
background-color css
<style>
a { background-color: #EAB54C; }
a { background-color: rgb(234,181,76); }
div.DivClassName
{
background-color: #EAB54C;
}
.BgClassName
{
background-color: #EAB54C;
}
</style>
border-color css
<style>
span { border-color: #EAB54C; }
span { border-color: rgb(234,181,76); }
td.TdClassName
{
border-color: #EAB54C;
}
.TagClassName
{
border-color: #EAB54C;
}
</style>