Shades of Ronchi #EFBA4E
Tints of Ronchi #EFBA4E
RGB
CMYK
RGB Variations
Color information
#EFBA4E (or 0xEFBA4E) is known color: Ronchi. HEX triplet: EF, BA and 4E. RGB value is (239,186,78). Sum of RGB (Red+Green+Blue) = 239+186+78=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA4E is #1045B1. Grayscale: #BEBEBE. Windows color (decimal): -1066418 or 5159663. OLE color: 5159663.
HSL color Cylindrical-coordinate representation of color #EFBA4E: hue angle of 40.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFBA4E is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 78 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.06 |
| HSL | 40.25º | 0.83% | 0.62% | - |
| HSV(B) | 40.25º | 0.67% | 0.94% | - |
| XYZ | 54.53 | 54.02 | 14.76 | - |
| YUV | 189.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 78 | 0 | 0.22 | 0.67 | 0.06 | 40.25 | 0.83 | 0.62 |
| Hex | EF | BA | 4E | 0 | 16 | 43 | 6 | 28 | 53 | 3E |
| Octal | 357 | 272 | 116 | 0 | 26 | 103 | 6 | 50 | 123 | 76 |
| Binary | 11101111 | 10111010 | 1001110 | 0 | 10110 | 1000011 | 110 | 101000 | 1010011 | 111110 |
Color Harmonies of #EFBA4E
Complementary color
Monochromatic Colors of #EFBA4E
Black with #EFBA4E
Text Example
Text Example
White with #EFBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA4E; }
p { color: rgb(239,186,78); }
H1.HeaderClassName
{
color: #EFBA4E;
}
.AnyTagClassName
{
color: #EFBA4E;
}
</style>
background-color css
<style>
a { background-color: #EFBA4E; }
a { background-color: rgb(239,186,78); }
div.DivClassName
{
background-color: #EFBA4E;
}
.BgClassName
{
background-color: #EFBA4E;
}
</style>
border-color css
<style>
span { border-color: #EFBA4E; }
span { border-color: rgb(239,186,78); }
td.TdClassName
{
border-color: #EFBA4E;
}
.TagClassName
{
border-color: #EFBA4E;
}
</style>