Shades of Ronchi #EAB84F
Tints of Ronchi #EAB84F
RGB
CMYK
RGB Variations
Color information
#EAB84F (or 0xEAB84F) is known color: Ronchi. HEX triplet: EA, B8 and 4F. RGB value is (234,184,79). Sum of RGB (Red+Green+Blue) = 234+184+79=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB84F is #1547B0. Grayscale: #BBBBBB. Windows color (decimal): -1394609 or 5224682. OLE color: 5224682.
HSL color Cylindrical-coordinate representation of color #EAB84F: hue angle of 40.65º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAB84F is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 79 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.08 |
| HSL | 40.65º | 0.79% | 0.61% | - |
| HSV(B) | 40.65º | 0.66% | 0.92% | - |
| XYZ | 52.48 | 52.34 | 14.73 | - |
| YUV | 186.98 | 67.07 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 79 | 0 | 0.21 | 0.66 | 0.08 | 40.65 | 0.79 | 0.61 |
| Hex | EA | B8 | 4F | 0 | 15 | 42 | 8 | 29 | 4F | 3D |
| Octal | 352 | 270 | 117 | 0 | 25 | 102 | 10 | 51 | 117 | 75 |
| Binary | 11101010 | 10111000 | 1001111 | 0 | 10101 | 1000010 | 1000 | 101001 | 1001111 | 111101 |
Color Harmonies of #EAB84F
Complementary color
Monochromatic Colors of #EAB84F
Black with #EAB84F
Text Example
Text Example
White with #EAB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB84F; }
p { color: rgb(234,184,79); }
H1.HeaderClassName
{
color: #EAB84F;
}
.AnyTagClassName
{
color: #EAB84F;
}
</style>
background-color css
<style>
a { background-color: #EAB84F; }
a { background-color: rgb(234,184,79); }
div.DivClassName
{
background-color: #EAB84F;
}
.BgClassName
{
background-color: #EAB84F;
}
</style>
border-color css
<style>
span { border-color: #EAB84F; }
span { border-color: rgb(234,184,79); }
td.TdClassName
{
border-color: #EAB84F;
}
.TagClassName
{
border-color: #EAB84F;
}
</style>