Shades of Ronchi #EFB94B
Tints of Ronchi #EFB94B
RGB
CMYK
RGB Variations
Color information
#EFB94B (or 0xEFB94B) is known color: Ronchi. HEX triplet: EF, B9 and 4B. RGB value is (239,185,75). Sum of RGB (Red+Green+Blue) = 239+185+75=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB94B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB94B is #1046B4. Grayscale: #BDBDBD. Windows color (decimal): -1066677 or 4962799. OLE color: 4962799.
HSL color Cylindrical-coordinate representation of color #EFB94B: hue angle of 40.24º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFB94B is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 75 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.06 |
| HSL | 40.24º | 0.84% | 0.62% | - |
| HSV(B) | 40.24º | 0.69% | 0.94% | - |
| XYZ | 54.22 | 53.56 | 14.14 | - |
| YUV | 188.61 | 63.89 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 75 | 0 | 0.23 | 0.69 | 0.06 | 40.24 | 0.84 | 0.62 |
| Hex | EF | B9 | 4B | 0 | 17 | 45 | 6 | 28 | 54 | 3E |
| Octal | 357 | 271 | 113 | 0 | 27 | 105 | 6 | 50 | 124 | 76 |
| Binary | 11101111 | 10111001 | 1001011 | 0 | 10111 | 1000101 | 110 | 101000 | 1010100 | 111110 |
Color Harmonies of #EFB94B
Complementary color
Monochromatic Colors of #EFB94B
Black with #EFB94B
Text Example
Text Example
White with #EFB94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB94B; }
p { color: rgb(239,185,75); }
H1.HeaderClassName
{
color: #EFB94B;
}
.AnyTagClassName
{
color: #EFB94B;
}
</style>
background-color css
<style>
a { background-color: #EFB94B; }
a { background-color: rgb(239,185,75); }
div.DivClassName
{
background-color: #EFB94B;
}
.BgClassName
{
background-color: #EFB94B;
}
</style>
border-color css
<style>
span { border-color: #EFB94B; }
span { border-color: rgb(239,185,75); }
td.TdClassName
{
border-color: #EFB94B;
}
.TagClassName
{
border-color: #EFB94B;
}
</style>