Shades of Ronchi #EFBC5D
Tints of Ronchi #EFBC5D
RGB
CMYK
RGB Variations
Color information
#EFBC5D (or 0xEFBC5D) is known color: Ronchi. HEX triplet: EF, BC and 5D. RGB value is (239,188,93). Sum of RGB (Red+Green+Blue) = 239+188+93=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC5D is #1043A2. Grayscale: #C0C0C0. Windows color (decimal): -1065891 or 6143215. OLE color: 6143215.
HSL color Cylindrical-coordinate representation of color #EFBC5D: hue angle of 39.04º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFBC5D is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 93 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.06 |
| HSL | 39.04º | 0.82% | 0.65% | - |
| HSV(B) | 39.04º | 0.61% | 0.94% | - |
| XYZ | 55.56 | 55.11 | 18.06 | - |
| YUV | 192.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 93 | 0 | 0.21 | 0.61 | 0.06 | 39.04 | 0.82 | 0.65 |
| Hex | EF | BC | 5D | 0 | 15 | 3D | 6 | 27 | 52 | 41 |
| Octal | 357 | 274 | 135 | 0 | 25 | 75 | 6 | 47 | 122 | 101 |
| Binary | 11101111 | 10111100 | 1011101 | 0 | 10101 | 111101 | 110 | 100111 | 1010010 | 1000001 |
Color Harmonies of #EFBC5D
Complementary color
Monochromatic Colors of #EFBC5D
Black with #EFBC5D
Text Example
Text Example
White with #EFBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC5D; }
p { color: rgb(239,188,93); }
H1.HeaderClassName
{
color: #EFBC5D;
}
.AnyTagClassName
{
color: #EFBC5D;
}
</style>
background-color css
<style>
a { background-color: #EFBC5D; }
a { background-color: rgb(239,188,93); }
div.DivClassName
{
background-color: #EFBC5D;
}
.BgClassName
{
background-color: #EFBC5D;
}
</style>
border-color css
<style>
span { border-color: #EFBC5D; }
span { border-color: rgb(239,188,93); }
td.TdClassName
{
border-color: #EFBC5D;
}
.TagClassName
{
border-color: #EFBC5D;
}
</style>