Shades of Ronchi #EFB445
Tints of Ronchi #EFB445
RGB
CMYK
RGB Variations
Color information
#EFB445 (or 0xEFB445) is known color: Ronchi. HEX triplet: EF, B4 and 45. RGB value is (239,180,69). Sum of RGB (Red+Green+Blue) = 239+180+69=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 69 (27.34% from 255 or 14.14% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB445 is #104BBA. Grayscale: #B9B9B9. Windows color (decimal): -1067963 or 4568303. OLE color: 4568303.
HSL color Cylindrical-coordinate representation of color #EFB445: hue angle of 39.18º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFB445 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 180 | 69 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.06 |
| HSL | 39.18º | 0.84% | 0.6% | - |
| HSV(B) | 39.18º | 0.71% | 0.94% | - |
| XYZ | 52.99 | 51.42 | 12.76 | - |
| YUV | 184.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 180 | 69 | 0 | 0.25 | 0.71 | 0.06 | 39.18 | 0.84 | 0.6 |
| Hex | EF | B4 | 45 | 0 | 19 | 47 | 6 | 27 | 54 | 3C |
| Octal | 357 | 264 | 105 | 0 | 31 | 107 | 6 | 47 | 124 | 74 |
| Binary | 11101111 | 10110100 | 1000101 | 0 | 11001 | 1000111 | 110 | 100111 | 1010100 | 111100 |
Color Harmonies of #EFB445
Complementary color
Monochromatic Colors of #EFB445
Black with #EFB445
Text Example
Text Example
White with #EFB445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB445; }
p { color: rgb(239,180,69); }
H1.HeaderClassName
{
color: #EFB445;
}
.AnyTagClassName
{
color: #EFB445;
}
</style>
background-color css
<style>
a { background-color: #EFB445; }
a { background-color: rgb(239,180,69); }
div.DivClassName
{
background-color: #EFB445;
}
.BgClassName
{
background-color: #EFB445;
}
</style>
border-color css
<style>
span { border-color: #EFB445; }
span { border-color: rgb(239,180,69); }
td.TdClassName
{
border-color: #EFB445;
}
.TagClassName
{
border-color: #EFB445;
}
</style>