Shades of Ronchi #EFB954
Tints of Ronchi #EFB954
RGB
CMYK
RGB Variations
Color information
#EFB954 (or 0xEFB954) is known color: Ronchi. HEX triplet: EF, B9 and 54. RGB value is (239,185,84). Sum of RGB (Red+Green+Blue) = 239+185+84=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB954 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB954 is #1046AB. Grayscale: #BEBEBE. Windows color (decimal): -1066668 or 5552623. OLE color: 5552623.
HSL color Cylindrical-coordinate representation of color #EFB954: hue angle of 39.1º 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 #EFB954 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 84 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.06 |
| HSL | 39.1º | 0.83% | 0.63% | - |
| HSV(B) | 39.1º | 0.65% | 0.94% | - |
| XYZ | 54.55 | 53.69 | 15.88 | - |
| YUV | 189.63 | 68.39 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 84 | 0 | 0.23 | 0.65 | 0.06 | 39.1 | 0.83 | 0.63 |
| Hex | EF | B9 | 54 | 0 | 17 | 41 | 6 | 27 | 53 | 3F |
| Octal | 357 | 271 | 124 | 0 | 27 | 101 | 6 | 47 | 123 | 77 |
| Binary | 11101111 | 10111001 | 1010100 | 0 | 10111 | 1000001 | 110 | 100111 | 1010011 | 111111 |
Color Harmonies of #EFB954
Complementary color
Monochromatic Colors of #EFB954
Black with #EFB954
Text Example
Text Example
White with #EFB954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB954; }
p { color: rgb(239,185,84); }
H1.HeaderClassName
{
color: #EFB954;
}
.AnyTagClassName
{
color: #EFB954;
}
</style>
background-color css
<style>
a { background-color: #EFB954; }
a { background-color: rgb(239,185,84); }
div.DivClassName
{
background-color: #EFB954;
}
.BgClassName
{
background-color: #EFB954;
}
</style>
border-color css
<style>
span { border-color: #EFB954; }
span { border-color: rgb(239,185,84); }
td.TdClassName
{
border-color: #EFB954;
}
.TagClassName
{
border-color: #EFB954;
}
</style>