Shades of Ronchi #EFB854
Tints of Ronchi #EFB854
RGB
CMYK
RGB Variations
Color information
#EFB854 (or 0xEFB854) is known color: Ronchi. HEX triplet: EF, B8 and 54. RGB value is (239,184,84). Sum of RGB (Red+Green+Blue) = 239+184+84=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB854 is #1047AB. Grayscale: #BDBDBD. Windows color (decimal): -1066924 or 5552367. OLE color: 5552367.
HSL color Cylindrical-coordinate representation of color #EFB854: hue angle of 38.71º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFB854 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 84 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.06 |
| HSL | 38.71º | 0.83% | 0.63% | - |
| HSV(B) | 38.71º | 0.65% | 0.94% | - |
| XYZ | 54.34 | 53.27 | 15.81 | - |
| YUV | 189.05 | 68.72 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 84 | 0 | 0.23 | 0.65 | 0.06 | 38.71 | 0.83 | 0.63 |
| Hex | EF | B8 | 54 | 0 | 17 | 41 | 6 | 27 | 53 | 3F |
| Octal | 357 | 270 | 124 | 0 | 27 | 101 | 6 | 47 | 123 | 77 |
| Binary | 11101111 | 10111000 | 1010100 | 0 | 10111 | 1000001 | 110 | 100111 | 1010011 | 111111 |
Color Harmonies of #EFB854
Complementary color
Monochromatic Colors of #EFB854
Black with #EFB854
Text Example
Text Example
White with #EFB854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB854; }
p { color: rgb(239,184,84); }
H1.HeaderClassName
{
color: #EFB854;
}
.AnyTagClassName
{
color: #EFB854;
}
</style>
background-color css
<style>
a { background-color: #EFB854; }
a { background-color: rgb(239,184,84); }
div.DivClassName
{
background-color: #EFB854;
}
.BgClassName
{
background-color: #EFB854;
}
</style>
border-color css
<style>
span { border-color: #EFB854; }
span { border-color: rgb(239,184,84); }
td.TdClassName
{
border-color: #EFB854;
}
.TagClassName
{
border-color: #EFB854;
}
</style>