Shades of Ronchi #EFB950
Tints of Ronchi #EFB950
RGB
CMYK
RGB Variations
Color information
#EFB950 (or 0xEFB950) is known color: Ronchi. HEX triplet: EF, B9 and 50. RGB value is (239,185,80). Sum of RGB (Red+Green+Blue) = 239+185+80=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB950 is #1046AF. Grayscale: #BDBDBD. Windows color (decimal): -1066672 or 5290479. OLE color: 5290479.
HSL color Cylindrical-coordinate representation of color #EFB950: hue angle of 39.62º 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 #EFB950 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 80 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.06 |
| HSL | 39.62º | 0.83% | 0.63% | - |
| HSV(B) | 39.62º | 0.67% | 0.94% | - |
| XYZ | 54.39 | 53.63 | 15.07 | - |
| YUV | 189.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 80 | 0 | 0.23 | 0.67 | 0.06 | 39.62 | 0.83 | 0.63 |
| Hex | EF | B9 | 50 | 0 | 17 | 43 | 6 | 28 | 53 | 3F |
| Octal | 357 | 271 | 120 | 0 | 27 | 103 | 6 | 50 | 123 | 77 |
| Binary | 11101111 | 10111001 | 1010000 | 0 | 10111 | 1000011 | 110 | 101000 | 1010011 | 111111 |
Color Harmonies of #EFB950
Complementary color
Monochromatic Colors of #EFB950
Black with #EFB950
Text Example
Text Example
White with #EFB950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB950; }
p { color: rgb(239,185,80); }
H1.HeaderClassName
{
color: #EFB950;
}
.AnyTagClassName
{
color: #EFB950;
}
</style>
background-color css
<style>
a { background-color: #EFB950; }
a { background-color: rgb(239,185,80); }
div.DivClassName
{
background-color: #EFB950;
}
.BgClassName
{
background-color: #EFB950;
}
</style>
border-color css
<style>
span { border-color: #EFB950; }
span { border-color: rgb(239,185,80); }
td.TdClassName
{
border-color: #EFB950;
}
.TagClassName
{
border-color: #EFB950;
}
</style>