Shades of Ronchi #EFB84F
Tints of Ronchi #EFB84F
RGB
CMYK
RGB Variations
Color information
#EFB84F (or 0xEFB84F) is known color: Ronchi. HEX triplet: EF, B8 and 4F. RGB value is (239,184,79). Sum of RGB (Red+Green+Blue) = 239+184+79=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB84F is #1047B0. Grayscale: #BCBCBC. Windows color (decimal): -1066929 or 5224687. OLE color: 5224687.
HSL color Cylindrical-coordinate representation of color #EFB84F: hue angle of 39.38º 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 #EFB84F is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 79 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.06 |
| HSL | 39.38º | 0.83% | 0.62% | - |
| HSV(B) | 39.38º | 0.67% | 0.94% | - |
| XYZ | 54.15 | 53.2 | 14.81 | - |
| YUV | 188.48 | 66.22 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 79 | 0 | 0.23 | 0.67 | 0.06 | 39.38 | 0.83 | 0.62 |
| Hex | EF | B8 | 4F | 0 | 17 | 43 | 6 | 27 | 53 | 3E |
| Octal | 357 | 270 | 117 | 0 | 27 | 103 | 6 | 47 | 123 | 76 |
| Binary | 11101111 | 10111000 | 1001111 | 0 | 10111 | 1000011 | 110 | 100111 | 1010011 | 111110 |
Color Harmonies of #EFB84F
Complementary color
Monochromatic Colors of #EFB84F
Black with #EFB84F
Text Example
Text Example
White with #EFB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB84F; }
p { color: rgb(239,184,79); }
H1.HeaderClassName
{
color: #EFB84F;
}
.AnyTagClassName
{
color: #EFB84F;
}
</style>
background-color css
<style>
a { background-color: #EFB84F; }
a { background-color: rgb(239,184,79); }
div.DivClassName
{
background-color: #EFB84F;
}
.BgClassName
{
background-color: #EFB84F;
}
</style>
border-color css
<style>
span { border-color: #EFB84F; }
span { border-color: rgb(239,184,79); }
td.TdClassName
{
border-color: #EFB84F;
}
.TagClassName
{
border-color: #EFB84F;
}
</style>