Shades of Ronchi #EEB949
Tints of Ronchi #EEB949
RGB
CMYK
RGB Variations
Color information
#EEB949 (or 0xEEB949) is known color: Ronchi. HEX triplet: EE, B9 and 49. RGB value is (238,185,73). Sum of RGB (Red+Green+Blue) = 238+185+73=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 73 (28.91% from 255 or 14.72% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB949 is #1146B6. Grayscale: #BCBCBC. Windows color (decimal): -1132215 or 4831726. OLE color: 4831726.
HSL color Cylindrical-coordinate representation of color #EEB949: hue angle of 40.73º 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 #EEB949 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 73 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.07 |
| HSL | 40.73º | 0.83% | 0.61% | - |
| HSV(B) | 40.73º | 0.69% | 0.93% | - |
| XYZ | 53.81 | 53.36 | 13.77 | - |
| YUV | 188.08 | 63.06 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 73 | 0 | 0.22 | 0.69 | 0.07 | 40.73 | 0.83 | 0.61 |
| Hex | EE | B9 | 49 | 0 | 16 | 45 | 7 | 29 | 53 | 3D |
| Octal | 356 | 271 | 111 | 0 | 26 | 105 | 7 | 51 | 123 | 75 |
| Binary | 11101110 | 10111001 | 1001001 | 0 | 10110 | 1000101 | 111 | 101001 | 1010011 | 111101 |
Color Harmonies of #EEB949
Complementary color
Monochromatic Colors of #EEB949
Black with #EEB949
Text Example
Text Example
White with #EEB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB949; }
p { color: rgb(238,185,73); }
H1.HeaderClassName
{
color: #EEB949;
}
.AnyTagClassName
{
color: #EEB949;
}
</style>
background-color css
<style>
a { background-color: #EEB949; }
a { background-color: rgb(238,185,73); }
div.DivClassName
{
background-color: #EEB949;
}
.BgClassName
{
background-color: #EEB949;
}
</style>
border-color css
<style>
span { border-color: #EEB949; }
span { border-color: rgb(238,185,73); }
td.TdClassName
{
border-color: #EEB949;
}
.TagClassName
{
border-color: #EEB949;
}
</style>