Shades of Ronchi #EFB94D
Tints of Ronchi #EFB94D
RGB
CMYK
RGB Variations
Color information
#EFB94D (or 0xEFB94D) is known color: Ronchi. HEX triplet: EF, B9 and 4D. RGB value is (239,185,77). Sum of RGB (Red+Green+Blue) = 239+185+77=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB94D is #1046B2. Grayscale: #BDBDBD. Windows color (decimal): -1066675 or 5093871. OLE color: 5093871.
HSL color Cylindrical-coordinate representation of color #EFB94D: hue angle of 40º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFB94D is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 77 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.06 |
| HSL | 40º | 0.84% | 0.62% | - |
| HSV(B) | 40º | 0.68% | 0.94% | - |
| XYZ | 54.29 | 53.58 | 14.5 | - |
| YUV | 188.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 77 | 0 | 0.23 | 0.68 | 0.06 | 40 | 0.84 | 0.62 |
| Hex | EF | B9 | 4D | 0 | 17 | 44 | 6 | 28 | 54 | 3E |
| Octal | 357 | 271 | 115 | 0 | 27 | 104 | 6 | 50 | 124 | 76 |
| Binary | 11101111 | 10111001 | 1001101 | 0 | 10111 | 1000100 | 110 | 101000 | 1010100 | 111110 |
Color Harmonies of #EFB94D
Complementary color
Monochromatic Colors of #EFB94D
Black with #EFB94D
Text Example
Text Example
White with #EFB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB94D; }
p { color: rgb(239,185,77); }
H1.HeaderClassName
{
color: #EFB94D;
}
.AnyTagClassName
{
color: #EFB94D;
}
</style>
background-color css
<style>
a { background-color: #EFB94D; }
a { background-color: rgb(239,185,77); }
div.DivClassName
{
background-color: #EFB94D;
}
.BgClassName
{
background-color: #EFB94D;
}
</style>
border-color css
<style>
span { border-color: #EFB94D; }
span { border-color: rgb(239,185,77); }
td.TdClassName
{
border-color: #EFB94D;
}
.TagClassName
{
border-color: #EFB94D;
}
</style>