Shades of Ronchi #EFBA53
Tints of Ronchi #EFBA53
RGB
CMYK
RGB Variations
Color information
#EFBA53 (or 0xEFBA53) is known color: Ronchi. HEX triplet: EF, BA and 53. RGB value is (239,186,83). Sum of RGB (Red+Green+Blue) = 239+186+83=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 83 (32.81% from 255 or 16.34% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA53 is #1045AC. Grayscale: #BEBEBE. Windows color (decimal): -1066413 or 5487343. OLE color: 5487343.
HSL color Cylindrical-coordinate representation of color #EFBA53: hue angle of 39.62º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFBA53 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 83 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.06 |
| HSL | 39.62º | 0.83% | 0.63% | - |
| HSV(B) | 39.62º | 0.65% | 0.94% | - |
| XYZ | 54.72 | 54.09 | 15.74 | - |
| YUV | 190.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 83 | 0 | 0.22 | 0.65 | 0.06 | 39.62 | 0.83 | 0.63 |
| Hex | EF | BA | 53 | 0 | 16 | 41 | 6 | 28 | 53 | 3F |
| Octal | 357 | 272 | 123 | 0 | 26 | 101 | 6 | 50 | 123 | 77 |
| Binary | 11101111 | 10111010 | 1010011 | 0 | 10110 | 1000001 | 110 | 101000 | 1010011 | 111111 |
Color Harmonies of #EFBA53
Complementary color
Monochromatic Colors of #EFBA53
Black with #EFBA53
Text Example
Text Example
White with #EFBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA53; }
p { color: rgb(239,186,83); }
H1.HeaderClassName
{
color: #EFBA53;
}
.AnyTagClassName
{
color: #EFBA53;
}
</style>
background-color css
<style>
a { background-color: #EFBA53; }
a { background-color: rgb(239,186,83); }
div.DivClassName
{
background-color: #EFBA53;
}
.BgClassName
{
background-color: #EFBA53;
}
</style>
border-color css
<style>
span { border-color: #EFBA53; }
span { border-color: rgb(239,186,83); }
td.TdClassName
{
border-color: #EFBA53;
}
.TagClassName
{
border-color: #EFBA53;
}
</style>