Shades of Ronchi #EFB753
Tints of Ronchi #EFB753
RGB
CMYK
RGB Variations
Color information
#EFB753 (or 0xEFB753) is known color: Ronchi. HEX triplet: EF, B7 and 53. RGB value is (239,183,83). Sum of RGB (Red+Green+Blue) = 239+183+83=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 83 (32.81% from 255 or 16.44% from 505); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB753 is #1048AC. Grayscale: #BCBCBC. Windows color (decimal): -1067181 or 5486575. OLE color: 5486575.
HSL color Cylindrical-coordinate representation of color #EFB753: hue angle of 38.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFB753 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 83 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.06 |
| HSL | 38.46º | 0.83% | 0.63% | - |
| HSV(B) | 38.46º | 0.65% | 0.94% | - |
| XYZ | 54.09 | 52.84 | 15.53 | - |
| YUV | 188.34 | 68.55 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 83 | 0 | 0.23 | 0.65 | 0.06 | 38.46 | 0.83 | 0.63 |
| Hex | EF | B7 | 53 | 0 | 17 | 41 | 6 | 26 | 53 | 3F |
| Octal | 357 | 267 | 123 | 0 | 27 | 101 | 6 | 46 | 123 | 77 |
| Binary | 11101111 | 10110111 | 1010011 | 0 | 10111 | 1000001 | 110 | 100110 | 1010011 | 111111 |
Color Harmonies of #EFB753
Complementary color
Monochromatic Colors of #EFB753
Black with #EFB753
Text Example
Text Example
White with #EFB753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB753; }
p { color: rgb(239,183,83); }
H1.HeaderClassName
{
color: #EFB753;
}
.AnyTagClassName
{
color: #EFB753;
}
</style>
background-color css
<style>
a { background-color: #EFB753; }
a { background-color: rgb(239,183,83); }
div.DivClassName
{
background-color: #EFB753;
}
.BgClassName
{
background-color: #EFB753;
}
</style>
border-color css
<style>
span { border-color: #EFB753; }
span { border-color: rgb(239,183,83); }
td.TdClassName
{
border-color: #EFB753;
}
.TagClassName
{
border-color: #EFB753;
}
</style>