Shades of Ronchi #EFBA4D
Tints of Ronchi #EFBA4D
RGB
CMYK
RGB Variations
Color information
#EFBA4D (or 0xEFBA4D) is known color: Ronchi. HEX triplet: EF, BA and 4D. RGB value is (239,186,77). Sum of RGB (Red+Green+Blue) = 239+186+77=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBA4D is #1045B2. Grayscale: #BDBDBD. Windows color (decimal): -1066419 or 5094127. OLE color: 5094127.
HSL color Cylindrical-coordinate representation of color #EFBA4D: hue angle of 40.37º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFBA4D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 77 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.06 |
| HSL | 40.37º | 0.84% | 0.62% | - |
| HSV(B) | 40.37º | 0.68% | 0.94% | - |
| XYZ | 54.5 | 54 | 14.57 | - |
| YUV | 189.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 77 | 0 | 0.22 | 0.68 | 0.06 | 40.37 | 0.84 | 0.62 |
| Hex | EF | BA | 4D | 0 | 16 | 44 | 6 | 28 | 54 | 3E |
| Octal | 357 | 272 | 115 | 0 | 26 | 104 | 6 | 50 | 124 | 76 |
| Binary | 11101111 | 10111010 | 1001101 | 0 | 10110 | 1000100 | 110 | 101000 | 1010100 | 111110 |
Color Harmonies of #EFBA4D
Complementary color
Monochromatic Colors of #EFBA4D
Black with #EFBA4D
Text Example
Text Example
White with #EFBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBA4D; }
p { color: rgb(239,186,77); }
H1.HeaderClassName
{
color: #EFBA4D;
}
.AnyTagClassName
{
color: #EFBA4D;
}
</style>
background-color css
<style>
a { background-color: #EFBA4D; }
a { background-color: rgb(239,186,77); }
div.DivClassName
{
background-color: #EFBA4D;
}
.BgClassName
{
background-color: #EFBA4D;
}
</style>
border-color css
<style>
span { border-color: #EFBA4D; }
span { border-color: rgb(239,186,77); }
td.TdClassName
{
border-color: #EFBA4D;
}
.TagClassName
{
border-color: #EFBA4D;
}
</style>