Shades of Ronchi #EFBA50
Tints of Ronchi #EFBA50
RGB
CMYK
RGB Variations
Color information
#EFBA50 (or 0xEFBA50) is known color: Ronchi. HEX triplet: EF, BA and 50. RGB value is (239,186,80). Sum of RGB (Red+Green+Blue) = 239+186+80=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA50 is #1045AF. Grayscale: #BEBEBE. Windows color (decimal): -1066416 or 5290735. OLE color: 5290735.
HSL color Cylindrical-coordinate representation of color #EFBA50: hue angle of 40º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFBA50 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 80 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.06 |
| HSL | 40º | 0.83% | 0.63% | - |
| HSV(B) | 40º | 0.67% | 0.94% | - |
| XYZ | 54.6 | 54.05 | 15.14 | - |
| YUV | 189.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 80 | 0 | 0.22 | 0.67 | 0.06 | 40 | 0.83 | 0.63 |
| Hex | EF | BA | 50 | 0 | 16 | 43 | 6 | 28 | 53 | 3F |
| Octal | 357 | 272 | 120 | 0 | 26 | 103 | 6 | 50 | 123 | 77 |
| Binary | 11101111 | 10111010 | 1010000 | 0 | 10110 | 1000011 | 110 | 101000 | 1010011 | 111111 |
Color Harmonies of #EFBA50
Complementary color
Monochromatic Colors of #EFBA50
Black with #EFBA50
Text Example
Text Example
White with #EFBA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA50; }
p { color: rgb(239,186,80); }
H1.HeaderClassName
{
color: #EFBA50;
}
.AnyTagClassName
{
color: #EFBA50;
}
</style>
background-color css
<style>
a { background-color: #EFBA50; }
a { background-color: rgb(239,186,80); }
div.DivClassName
{
background-color: #EFBA50;
}
.BgClassName
{
background-color: #EFBA50;
}
</style>
border-color css
<style>
span { border-color: #EFBA50; }
span { border-color: rgb(239,186,80); }
td.TdClassName
{
border-color: #EFBA50;
}
.TagClassName
{
border-color: #EFBA50;
}
</style>