Shades of Ronchi #EEB749
Tints of Ronchi #EEB749
RGB
CMYK
RGB Variations
Color information
#EEB749 (or 0xEEB749) is known color: Ronchi. HEX triplet: EE, B7 and 49. RGB value is (238,183,73). Sum of RGB (Red+Green+Blue) = 238+183+73=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 73 (28.91% from 255 or 14.78% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB749 is #1148B6. Grayscale: #BBBBBB. Windows color (decimal): -1132727 or 4831214. OLE color: 4831214.
HSL color Cylindrical-coordinate representation of color #EEB749: hue angle of 40º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EEB749 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 73 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.07 |
| HSL | 40º | 0.83% | 0.61% | - |
| HSV(B) | 40º | 0.69% | 0.93% | - |
| XYZ | 53.4 | 52.53 | 13.63 | - |
| YUV | 186.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 73 | 0 | 0.23 | 0.69 | 0.07 | 40 | 0.83 | 0.61 |
| Hex | EE | B7 | 49 | 0 | 17 | 45 | 7 | 28 | 53 | 3D |
| Octal | 356 | 267 | 111 | 0 | 27 | 105 | 7 | 50 | 123 | 75 |
| Binary | 11101110 | 10110111 | 1001001 | 0 | 10111 | 1000101 | 111 | 101000 | 1010011 | 111101 |
Color Harmonies of #EEB749
Complementary color
Monochromatic Colors of #EEB749
Black with #EEB749
Text Example
Text Example
White with #EEB749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB749; }
p { color: rgb(238,183,73); }
H1.HeaderClassName
{
color: #EEB749;
}
.AnyTagClassName
{
color: #EEB749;
}
</style>
background-color css
<style>
a { background-color: #EEB749; }
a { background-color: rgb(238,183,73); }
div.DivClassName
{
background-color: #EEB749;
}
.BgClassName
{
background-color: #EEB749;
}
</style>
border-color css
<style>
span { border-color: #EEB749; }
span { border-color: rgb(238,183,73); }
td.TdClassName
{
border-color: #EEB749;
}
.TagClassName
{
border-color: #EEB749;
}
</style>