Shades of Ronchi #EFBC5A
Tints of Ronchi #EFBC5A
RGB
CMYK
RGB Variations
Color information
#EFBC5A (or 0xEFBC5A) is known color: Ronchi. HEX triplet: EF, BC and 5A. RGB value is (239,188,90). Sum of RGB (Red+Green+Blue) = 239+188+90=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC5A is #1043A5. Grayscale: #C0C0C0. Windows color (decimal): -1065894 or 5946607. OLE color: 5946607.
HSL color Cylindrical-coordinate representation of color #EFBC5A: hue angle of 39.46º 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 #EFBC5A is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 90 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.06 |
| HSL | 39.46º | 0.82% | 0.65% | - |
| HSV(B) | 39.46º | 0.62% | 0.94% | - |
| XYZ | 55.43 | 55.06 | 17.38 | - |
| YUV | 192.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 90 | 0 | 0.21 | 0.62 | 0.06 | 39.46 | 0.82 | 0.65 |
| Hex | EF | BC | 5A | 0 | 15 | 3E | 6 | 27 | 52 | 41 |
| Octal | 357 | 274 | 132 | 0 | 25 | 76 | 6 | 47 | 122 | 101 |
| Binary | 11101111 | 10111100 | 1011010 | 0 | 10101 | 111110 | 110 | 100111 | 1010010 | 1000001 |
Color Harmonies of #EFBC5A
Complementary color
Monochromatic Colors of #EFBC5A
Black with #EFBC5A
Text Example
Text Example
White with #EFBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBC5A; }
p { color: rgb(239,188,90); }
H1.HeaderClassName
{
color: #EFBC5A;
}
.AnyTagClassName
{
color: #EFBC5A;
}
</style>
background-color css
<style>
a { background-color: #EFBC5A; }
a { background-color: rgb(239,188,90); }
div.DivClassName
{
background-color: #EFBC5A;
}
.BgClassName
{
background-color: #EFBC5A;
}
</style>
border-color css
<style>
span { border-color: #EFBC5A; }
span { border-color: rgb(239,188,90); }
td.TdClassName
{
border-color: #EFBC5A;
}
.TagClassName
{
border-color: #EFBC5A;
}
</style>