Shades of Ronchi #EFB547
Tints of Ronchi #EFB547
RGB
CMYK
RGB Variations
Color information
#EFB547 (or 0xEFB547) is known color: Ronchi. HEX triplet: EF, B5 and 47. RGB value is (239,181,71). Sum of RGB (Red+Green+Blue) = 239+181+71=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 71 (28.12% from 255 or 14.46% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB547 is #104AB8. Grayscale: #BABABA. Windows color (decimal): -1067705 or 4699631. OLE color: 4699631.
HSL color Cylindrical-coordinate representation of color #EFB547: hue angle of 39.29º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFB547 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 181 | 71 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.06 |
| HSL | 39.29º | 0.84% | 0.61% | - |
| HSV(B) | 39.29º | 0.7% | 0.94% | - |
| XYZ | 53.26 | 51.85 | 13.16 | - |
| YUV | 185.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 181 | 71 | 0 | 0.24 | 0.70 | 0.06 | 39.29 | 0.84 | 0.61 |
| Hex | EF | B5 | 47 | 0 | 18 | 46 | 6 | 27 | 54 | 3D |
| Octal | 357 | 265 | 107 | 0 | 30 | 106 | 6 | 47 | 124 | 75 |
| Binary | 11101111 | 10110101 | 1000111 | 0 | 11000 | 1000110 | 110 | 100111 | 1010100 | 111101 |
Color Harmonies of #EFB547
Complementary color
Monochromatic Colors of #EFB547
Black with #EFB547
Text Example
Text Example
White with #EFB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB547; }
p { color: rgb(239,181,71); }
H1.HeaderClassName
{
color: #EFB547;
}
.AnyTagClassName
{
color: #EFB547;
}
</style>
background-color css
<style>
a { background-color: #EFB547; }
a { background-color: rgb(239,181,71); }
div.DivClassName
{
background-color: #EFB547;
}
.BgClassName
{
background-color: #EFB547;
}
</style>
border-color css
<style>
span { border-color: #EFB547; }
span { border-color: rgb(239,181,71); }
td.TdClassName
{
border-color: #EFB547;
}
.TagClassName
{
border-color: #EFB547;
}
</style>