Shades of Ronchi #EFB643
Tints of Ronchi #EFB643
RGB
CMYK
RGB Variations
Color information
#EFB643 (or 0xEFB643) is known color: Ronchi. HEX triplet: EF, B6 and 43. RGB value is (239,182,67). Sum of RGB (Red+Green+Blue) = 239+182+67=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 67 (26.56% from 255 or 13.73% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB643 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB643 is #1049BC. Grayscale: #BABABA. Windows color (decimal): -1067453 or 4437743. OLE color: 4437743.
HSL color Cylindrical-coordinate representation of color #EFB643: hue angle of 40.12º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EFB643 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 67 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.06 |
| HSL | 40.12º | 0.84% | 0.6% | - |
| HSV(B) | 40.12º | 0.72% | 0.94% | - |
| XYZ | 53.34 | 52.21 | 12.58 | - |
| YUV | 185.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 67 | 0 | 0.24 | 0.72 | 0.06 | 40.12 | 0.84 | 0.6 |
| Hex | EF | B6 | 43 | 0 | 18 | 48 | 6 | 28 | 54 | 3C |
| Octal | 357 | 266 | 103 | 0 | 30 | 110 | 6 | 50 | 124 | 74 |
| Binary | 11101111 | 10110110 | 1000011 | 0 | 11000 | 1001000 | 110 | 101000 | 1010100 | 111100 |
Color Harmonies of #EFB643
Complementary color
Monochromatic Colors of #EFB643
Black with #EFB643
Text Example
Text Example
White with #EFB643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB643; }
p { color: rgb(239,182,67); }
H1.HeaderClassName
{
color: #EFB643;
}
.AnyTagClassName
{
color: #EFB643;
}
</style>
background-color css
<style>
a { background-color: #EFB643; }
a { background-color: rgb(239,182,67); }
div.DivClassName
{
background-color: #EFB643;
}
.BgClassName
{
background-color: #EFB643;
}
</style>
border-color css
<style>
span { border-color: #EFB643; }
span { border-color: rgb(239,182,67); }
td.TdClassName
{
border-color: #EFB643;
}
.TagClassName
{
border-color: #EFB643;
}
</style>