Shades of Ronchi #EFB64E
Tints of Ronchi #EFB64E
RGB
CMYK
RGB Variations
Color information
#EFB64E (or 0xEFB64E) is known color: Ronchi. HEX triplet: EF, B6 and 4E. RGB value is (239,182,78). Sum of RGB (Red+Green+Blue) = 239+182+78=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB64E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB64E is #1049B1. Grayscale: #BBBBBB. Windows color (decimal): -1067442 or 5158639. OLE color: 5158639.
HSL color Cylindrical-coordinate representation of color #EFB64E: hue angle of 38.76º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFB64E is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 78 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.06 |
| HSL | 38.76º | 0.83% | 0.62% | - |
| HSV(B) | 38.76º | 0.67% | 0.94% | - |
| XYZ | 53.7 | 52.36 | 14.48 | - |
| YUV | 187.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 78 | 0 | 0.24 | 0.67 | 0.06 | 38.76 | 0.83 | 0.62 |
| Hex | EF | B6 | 4E | 0 | 18 | 43 | 6 | 27 | 53 | 3E |
| Octal | 357 | 266 | 116 | 0 | 30 | 103 | 6 | 47 | 123 | 76 |
| Binary | 11101111 | 10110110 | 1001110 | 0 | 11000 | 1000011 | 110 | 100111 | 1010011 | 111110 |
Color Harmonies of #EFB64E
Complementary color
Monochromatic Colors of #EFB64E
Black with #EFB64E
Text Example
Text Example
White with #EFB64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB64E; }
p { color: rgb(239,182,78); }
H1.HeaderClassName
{
color: #EFB64E;
}
.AnyTagClassName
{
color: #EFB64E;
}
</style>
background-color css
<style>
a { background-color: #EFB64E; }
a { background-color: rgb(239,182,78); }
div.DivClassName
{
background-color: #EFB64E;
}
.BgClassName
{
background-color: #EFB64E;
}
</style>
border-color css
<style>
span { border-color: #EFB64E; }
span { border-color: rgb(239,182,78); }
td.TdClassName
{
border-color: #EFB64E;
}
.TagClassName
{
border-color: #EFB64E;
}
</style>