Shades of Ronchi #EFBC59
Tints of Ronchi #EFBC59
RGB
CMYK
RGB Variations
Color information
#EFBC59 (or 0xEFBC59) is known color: Ronchi. HEX triplet: EF, BC and 59. RGB value is (239,188,89). Sum of RGB (Red+Green+Blue) = 239+188+89=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC59 is #1043A6. Grayscale: #C0C0C0. Windows color (decimal): -1065895 or 5881071. OLE color: 5881071.
HSL color Cylindrical-coordinate representation of color #EFBC59: hue angle of 39.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFBC59 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 89 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.06 |
| HSL | 39.6º | 0.82% | 0.64% | - |
| HSV(B) | 39.6º | 0.63% | 0.94% | - |
| XYZ | 55.38 | 55.04 | 17.16 | - |
| YUV | 191.96 | 69.9 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 89 | 0 | 0.21 | 0.63 | 0.06 | 39.6 | 0.82 | 0.64 |
| Hex | EF | BC | 59 | 0 | 15 | 3F | 6 | 28 | 52 | 40 |
| Octal | 357 | 274 | 131 | 0 | 25 | 77 | 6 | 50 | 122 | 100 |
| Binary | 11101111 | 10111100 | 1011001 | 0 | 10101 | 111111 | 110 | 101000 | 1010010 | 1000000 |
Color Harmonies of #EFBC59
Complementary color
Monochromatic Colors of #EFBC59
Black with #EFBC59
Text Example
Text Example
White with #EFBC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC59; }
p { color: rgb(239,188,89); }
H1.HeaderClassName
{
color: #EFBC59;
}
.AnyTagClassName
{
color: #EFBC59;
}
</style>
background-color css
<style>
a { background-color: #EFBC59; }
a { background-color: rgb(239,188,89); }
div.DivClassName
{
background-color: #EFBC59;
}
.BgClassName
{
background-color: #EFBC59;
}
</style>
border-color css
<style>
span { border-color: #EFBC59; }
span { border-color: rgb(239,188,89); }
td.TdClassName
{
border-color: #EFBC59;
}
.TagClassName
{
border-color: #EFBC59;
}
</style>