Shades of Ronchi #EEB948
Tints of Ronchi #EEB948
RGB
CMYK
RGB Variations
Color information
#EEB948 (or 0xEEB948) is known color: Ronchi. HEX triplet: EE, B9 and 48. RGB value is (238,185,72). Sum of RGB (Red+Green+Blue) = 238+185+72=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 72 (28.52% from 255 or 14.55% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB948 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB948 is #1146B7. Grayscale: #BCBCBC. Windows color (decimal): -1132216 or 4766190. OLE color: 4766190.
HSL color Cylindrical-coordinate representation of color #EEB948: hue angle of 40.84º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EEB948 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 72 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.07 |
| HSL | 40.84º | 0.83% | 0.61% | - |
| HSV(B) | 40.84º | 0.7% | 0.93% | - |
| XYZ | 53.78 | 53.34 | 13.59 | - |
| YUV | 187.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 72 | 0 | 0.22 | 0.70 | 0.07 | 40.84 | 0.83 | 0.61 |
| Hex | EE | B9 | 48 | 0 | 16 | 46 | 7 | 29 | 53 | 3D |
| Octal | 356 | 271 | 110 | 0 | 26 | 106 | 7 | 51 | 123 | 75 |
| Binary | 11101110 | 10111001 | 1001000 | 0 | 10110 | 1000110 | 111 | 101001 | 1010011 | 111101 |
Color Harmonies of #EEB948
Complementary color
Monochromatic Colors of #EEB948
Black with #EEB948
Text Example
Text Example
White with #EEB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB948; }
p { color: rgb(238,185,72); }
H1.HeaderClassName
{
color: #EEB948;
}
.AnyTagClassName
{
color: #EEB948;
}
</style>
background-color css
<style>
a { background-color: #EEB948; }
a { background-color: rgb(238,185,72); }
div.DivClassName
{
background-color: #EEB948;
}
.BgClassName
{
background-color: #EEB948;
}
</style>
border-color css
<style>
span { border-color: #EEB948; }
span { border-color: rgb(238,185,72); }
td.TdClassName
{
border-color: #EEB948;
}
.TagClassName
{
border-color: #EEB948;
}
</style>