Shades of Ronchi #EFB64C
Tints of Ronchi #EFB64C
RGB
CMYK
RGB Variations
Color information
#EFB64C (or 0xEFB64C) is known color: Ronchi. HEX triplet: EF, B6 and 4C. RGB value is (239,182,76). Sum of RGB (Red+Green+Blue) = 239+182+76=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB64C is #1049B3. Grayscale: #BBBBBB. Windows color (decimal): -1067444 or 5027567. OLE color: 5027567.
HSL color Cylindrical-coordinate representation of color #EFB64C: hue angle of 39.02º 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 #EFB64C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 76 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.06 |
| HSL | 39.02º | 0.84% | 0.62% | - |
| HSV(B) | 39.02º | 0.68% | 0.94% | - |
| XYZ | 53.63 | 52.33 | 14.11 | - |
| YUV | 186.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 76 | 0 | 0.24 | 0.68 | 0.06 | 39.02 | 0.84 | 0.62 |
| Hex | EF | B6 | 4C | 0 | 18 | 44 | 6 | 27 | 54 | 3E |
| Octal | 357 | 266 | 114 | 0 | 30 | 104 | 6 | 47 | 124 | 76 |
| Binary | 11101111 | 10110110 | 1001100 | 0 | 11000 | 1000100 | 110 | 100111 | 1010100 | 111110 |
Color Harmonies of #EFB64C
Complementary color
Monochromatic Colors of #EFB64C
Black with #EFB64C
Text Example
Text Example
White with #EFB64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB64C; }
p { color: rgb(239,182,76); }
H1.HeaderClassName
{
color: #EFB64C;
}
.AnyTagClassName
{
color: #EFB64C;
}
</style>
background-color css
<style>
a { background-color: #EFB64C; }
a { background-color: rgb(239,182,76); }
div.DivClassName
{
background-color: #EFB64C;
}
.BgClassName
{
background-color: #EFB64C;
}
</style>
border-color css
<style>
span { border-color: #EFB64C; }
span { border-color: rgb(239,182,76); }
td.TdClassName
{
border-color: #EFB64C;
}
.TagClassName
{
border-color: #EFB64C;
}
</style>