Shades of Ronchi #EFBC5B
Tints of Ronchi #EFBC5B
RGB
CMYK
RGB Variations
Color information
#EFBC5B (or 0xEFBC5B) is known color: Ronchi. HEX triplet: EF, BC and 5B. RGB value is (239,188,91). Sum of RGB (Red+Green+Blue) = 239+188+91=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 91 (35.94% from 255 or 17.57% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC5B is #1043A4. Grayscale: #C0C0C0. Windows color (decimal): -1065893 or 6012143. OLE color: 6012143.
HSL color Cylindrical-coordinate representation of color #EFBC5B: hue angle of 39.32º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFBC5B is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 91 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.06 |
| HSL | 39.32º | 0.82% | 0.65% | - |
| HSV(B) | 39.32º | 0.62% | 0.94% | - |
| XYZ | 55.47 | 55.07 | 17.6 | - |
| YUV | 192.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 91 | 0 | 0.21 | 0.62 | 0.06 | 39.32 | 0.82 | 0.65 |
| Hex | EF | BC | 5B | 0 | 15 | 3E | 6 | 27 | 52 | 41 |
| Octal | 357 | 274 | 133 | 0 | 25 | 76 | 6 | 47 | 122 | 101 |
| Binary | 11101111 | 10111100 | 1011011 | 0 | 10101 | 111110 | 110 | 100111 | 1010010 | 1000001 |
Color Harmonies of #EFBC5B
Complementary color
Monochromatic Colors of #EFBC5B
Black with #EFBC5B
Text Example
Text Example
White with #EFBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC5B; }
p { color: rgb(239,188,91); }
H1.HeaderClassName
{
color: #EFBC5B;
}
.AnyTagClassName
{
color: #EFBC5B;
}
</style>
background-color css
<style>
a { background-color: #EFBC5B; }
a { background-color: rgb(239,188,91); }
div.DivClassName
{
background-color: #EFBC5B;
}
.BgClassName
{
background-color: #EFBC5B;
}
</style>
border-color css
<style>
span { border-color: #EFBC5B; }
span { border-color: rgb(239,188,91); }
td.TdClassName
{
border-color: #EFBC5B;
}
.TagClassName
{
border-color: #EFBC5B;
}
</style>