Shades of Ronchi #EFB751
Tints of Ronchi #EFB751
RGB
CMYK
RGB Variations
Color information
#EFB751 (or 0xEFB751) is known color: Ronchi. HEX triplet: EF, B7 and 51. RGB value is (239,183,81). Sum of RGB (Red+Green+Blue) = 239+183+81=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB751 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB751 is #1048AE. Grayscale: #BCBCBC. Windows color (decimal): -1067183 or 5355503. OLE color: 5355503.
HSL color Cylindrical-coordinate representation of color #EFB751: hue angle of 38.73º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EFB751 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 81 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.06 |
| HSL | 38.73º | 0.83% | 0.63% | - |
| HSV(B) | 38.73º | 0.66% | 0.94% | - |
| XYZ | 54.02 | 52.81 | 15.13 | - |
| YUV | 188.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 81 | 0 | 0.23 | 0.66 | 0.06 | 38.73 | 0.83 | 0.63 |
| Hex | EF | B7 | 51 | 0 | 17 | 42 | 6 | 27 | 53 | 3F |
| Octal | 357 | 267 | 121 | 0 | 27 | 102 | 6 | 47 | 123 | 77 |
| Binary | 11101111 | 10110111 | 1010001 | 0 | 10111 | 1000010 | 110 | 100111 | 1010011 | 111111 |
Color Harmonies of #EFB751
Complementary color
Monochromatic Colors of #EFB751
Black with #EFB751
Text Example
Text Example
White with #EFB751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB751; }
p { color: rgb(239,183,81); }
H1.HeaderClassName
{
color: #EFB751;
}
.AnyTagClassName
{
color: #EFB751;
}
</style>
background-color css
<style>
a { background-color: #EFB751; }
a { background-color: rgb(239,183,81); }
div.DivClassName
{
background-color: #EFB751;
}
.BgClassName
{
background-color: #EFB751;
}
</style>
border-color css
<style>
span { border-color: #EFB751; }
span { border-color: rgb(239,183,81); }
td.TdClassName
{
border-color: #EFB751;
}
.TagClassName
{
border-color: #EFB751;
}
</style>