Shades of Ronchi #EFB953
Tints of Ronchi #EFB953
RGB
CMYK
RGB Variations
Color information
#EFB953 (or 0xEFB953) is known color: Ronchi. HEX triplet: EF, B9 and 53. RGB value is (239,185,83). Sum of RGB (Red+Green+Blue) = 239+185+83=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB953 is #1046AC. Grayscale: #BDBDBD. Windows color (decimal): -1066669 or 5487087. OLE color: 5487087.
HSL color Cylindrical-coordinate representation of color #EFB953: hue angle of 39.23º 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 #EFB953 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 83 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.06 |
| HSL | 39.23º | 0.83% | 0.63% | - |
| HSV(B) | 39.23º | 0.65% | 0.94% | - |
| XYZ | 54.51 | 53.67 | 15.67 | - |
| YUV | 189.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 83 | 0 | 0.23 | 0.65 | 0.06 | 39.23 | 0.83 | 0.63 |
| Hex | EF | B9 | 53 | 0 | 17 | 41 | 6 | 27 | 53 | 3F |
| Octal | 357 | 271 | 123 | 0 | 27 | 101 | 6 | 47 | 123 | 77 |
| Binary | 11101111 | 10111001 | 1010011 | 0 | 10111 | 1000001 | 110 | 100111 | 1010011 | 111111 |
Color Harmonies of #EFB953
Complementary color
Monochromatic Colors of #EFB953
Black with #EFB953
Text Example
Text Example
White with #EFB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB953; }
p { color: rgb(239,185,83); }
H1.HeaderClassName
{
color: #EFB953;
}
.AnyTagClassName
{
color: #EFB953;
}
</style>
background-color css
<style>
a { background-color: #EFB953; }
a { background-color: rgb(239,185,83); }
div.DivClassName
{
background-color: #EFB953;
}
.BgClassName
{
background-color: #EFB953;
}
</style>
border-color css
<style>
span { border-color: #EFB953; }
span { border-color: rgb(239,185,83); }
td.TdClassName
{
border-color: #EFB953;
}
.TagClassName
{
border-color: #EFB953;
}
</style>