Shades of Ronchi #EFBC58
Tints of Ronchi #EFBC58
RGB
CMYK
RGB Variations
Color information
#EFBC58 (or 0xEFBC58) is known color: Ronchi. HEX triplet: EF, BC and 58. RGB value is (239,188,88). Sum of RGB (Red+Green+Blue) = 239+188+88=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC58 is #1043A7. Grayscale: #C0C0C0. Windows color (decimal): -1065896 or 5815535. OLE color: 5815535.
HSL color Cylindrical-coordinate representation of color #EFBC58: hue angle of 39.74º degrees, saturation: 0.83, 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 #EFBC58 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 88 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.06 |
| HSL | 39.74º | 0.83% | 0.64% | - |
| HSV(B) | 39.74º | 0.63% | 0.94% | - |
| XYZ | 55.34 | 55.02 | 16.94 | - |
| YUV | 191.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 88 | 0 | 0.21 | 0.63 | 0.06 | 39.74 | 0.83 | 0.64 |
| Hex | EF | BC | 58 | 0 | 15 | 3F | 6 | 28 | 53 | 40 |
| Octal | 357 | 274 | 130 | 0 | 25 | 77 | 6 | 50 | 123 | 100 |
| Binary | 11101111 | 10111100 | 1011000 | 0 | 10101 | 111111 | 110 | 101000 | 1010011 | 1000000 |
Color Harmonies of #EFBC58
Complementary color
Monochromatic Colors of #EFBC58
Black with #EFBC58
Text Example
Text Example
White with #EFBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC58; }
p { color: rgb(239,188,88); }
H1.HeaderClassName
{
color: #EFBC58;
}
.AnyTagClassName
{
color: #EFBC58;
}
</style>
background-color css
<style>
a { background-color: #EFBC58; }
a { background-color: rgb(239,188,88); }
div.DivClassName
{
background-color: #EFBC58;
}
.BgClassName
{
background-color: #EFBC58;
}
</style>
border-color css
<style>
span { border-color: #EFBC58; }
span { border-color: rgb(239,188,88); }
td.TdClassName
{
border-color: #EFBC58;
}
.TagClassName
{
border-color: #EFBC58;
}
</style>