Shades of Ronchi #EFB649
Tints of Ronchi #EFB649
RGB
CMYK
RGB Variations
Color information
#EFB649 (or 0xEFB649) is known color: Ronchi. HEX triplet: EF, B6 and 49. RGB value is (239,182,73). Sum of RGB (Red+Green+Blue) = 239+182+73=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB649 is #1049B6. Grayscale: #BBBBBB. Windows color (decimal): -1067447 or 4830959. OLE color: 4830959.
HSL color Cylindrical-coordinate representation of color #EFB649: hue angle of 39.4º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFB649 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 73 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.06 |
| HSL | 39.4º | 0.84% | 0.61% | - |
| HSV(B) | 39.4º | 0.69% | 0.94% | - |
| XYZ | 53.53 | 52.29 | 13.57 | - |
| YUV | 186.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 73 | 0 | 0.24 | 0.69 | 0.06 | 39.4 | 0.84 | 0.61 |
| Hex | EF | B6 | 49 | 0 | 18 | 45 | 6 | 27 | 54 | 3D |
| Octal | 357 | 266 | 111 | 0 | 30 | 105 | 6 | 47 | 124 | 75 |
| Binary | 11101111 | 10110110 | 1001001 | 0 | 11000 | 1000101 | 110 | 100111 | 1010100 | 111101 |
Color Harmonies of #EFB649
Complementary color
Monochromatic Colors of #EFB649
Black with #EFB649
Text Example
Text Example
White with #EFB649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB649; }
p { color: rgb(239,182,73); }
H1.HeaderClassName
{
color: #EFB649;
}
.AnyTagClassName
{
color: #EFB649;
}
</style>
background-color css
<style>
a { background-color: #EFB649; }
a { background-color: rgb(239,182,73); }
div.DivClassName
{
background-color: #EFB649;
}
.BgClassName
{
background-color: #EFB649;
}
</style>
border-color css
<style>
span { border-color: #EFB649; }
span { border-color: rgb(239,182,73); }
td.TdClassName
{
border-color: #EFB649;
}
.TagClassName
{
border-color: #EFB649;
}
</style>