Shades of Ronchi #EFB84E
Tints of Ronchi #EFB84E
RGB
CMYK
RGB Variations
Color information
#EFB84E (or 0xEFB84E) is known color: Ronchi. HEX triplet: EF, B8 and 4E. RGB value is (239,184,78). Sum of RGB (Red+Green+Blue) = 239+184+78=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB84E is #1047B1. Grayscale: #BCBCBC. Windows color (decimal): -1066930 or 5159151. OLE color: 5159151.
HSL color Cylindrical-coordinate representation of color #EFB84E: hue angle of 39.5º 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 #EFB84E is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 78 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.06 |
| HSL | 39.5º | 0.83% | 0.62% | - |
| HSV(B) | 39.5º | 0.67% | 0.94% | - |
| XYZ | 54.11 | 53.18 | 14.62 | - |
| YUV | 188.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 78 | 0 | 0.23 | 0.67 | 0.06 | 39.5 | 0.83 | 0.62 |
| Hex | EF | B8 | 4E | 0 | 17 | 43 | 6 | 28 | 53 | 3E |
| Octal | 357 | 270 | 116 | 0 | 27 | 103 | 6 | 50 | 123 | 76 |
| Binary | 11101111 | 10111000 | 1001110 | 0 | 10111 | 1000011 | 110 | 101000 | 1010011 | 111110 |
Color Harmonies of #EFB84E
Complementary color
Monochromatic Colors of #EFB84E
Black with #EFB84E
Text Example
Text Example
White with #EFB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB84E; }
p { color: rgb(239,184,78); }
H1.HeaderClassName
{
color: #EFB84E;
}
.AnyTagClassName
{
color: #EFB84E;
}
</style>
background-color css
<style>
a { background-color: #EFB84E; }
a { background-color: rgb(239,184,78); }
div.DivClassName
{
background-color: #EFB84E;
}
.BgClassName
{
background-color: #EFB84E;
}
</style>
border-color css
<style>
span { border-color: #EFB84E; }
span { border-color: rgb(239,184,78); }
td.TdClassName
{
border-color: #EFB84E;
}
.TagClassName
{
border-color: #EFB84E;
}
</style>