Shades of Ronchi #EFB955
Tints of Ronchi #EFB955
RGB
CMYK
RGB Variations
Color information
#EFB955 (or 0xEFB955) is known color: Ronchi. HEX triplet: EF, B9 and 55. RGB value is (239,185,85). Sum of RGB (Red+Green+Blue) = 239+185+85=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB955 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB955 is #1046AA. Grayscale: #BEBEBE. Windows color (decimal): -1066667 or 5618159. OLE color: 5618159.
HSL color Cylindrical-coordinate representation of color #EFB955: hue angle of 38.96º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFB955 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 85 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.06 |
| HSL | 38.96º | 0.83% | 0.64% | - |
| HSV(B) | 38.96º | 0.64% | 0.94% | - |
| XYZ | 54.59 | 53.7 | 16.08 | - |
| YUV | 189.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 85 | 0 | 0.23 | 0.64 | 0.06 | 38.96 | 0.83 | 0.64 |
| Hex | EF | B9 | 55 | 0 | 17 | 40 | 6 | 27 | 53 | 40 |
| Octal | 357 | 271 | 125 | 0 | 27 | 100 | 6 | 47 | 123 | 100 |
| Binary | 11101111 | 10111001 | 1010101 | 0 | 10111 | 1000000 | 110 | 100111 | 1010011 | 1000000 |
Color Harmonies of #EFB955
Complementary color
Monochromatic Colors of #EFB955
Black with #EFB955
Text Example
Text Example
White with #EFB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB955; }
p { color: rgb(239,185,85); }
H1.HeaderClassName
{
color: #EFB955;
}
.AnyTagClassName
{
color: #EFB955;
}
</style>
background-color css
<style>
a { background-color: #EFB955; }
a { background-color: rgb(239,185,85); }
div.DivClassName
{
background-color: #EFB955;
}
.BgClassName
{
background-color: #EFB955;
}
</style>
border-color css
<style>
span { border-color: #EFB955; }
span { border-color: rgb(239,185,85); }
td.TdClassName
{
border-color: #EFB955;
}
.TagClassName
{
border-color: #EFB955;
}
</style>