Shades of Ronchi #EEB858
Tints of Ronchi #EEB858
RGB
CMYK
RGB Variations
Color information
#EEB858 (or 0xEEB858) is known color: Ronchi. HEX triplet: EE, B8 and 58. RGB value is (238,184,88). Sum of RGB (Red+Green+Blue) = 238+184+88=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 184 (72.27% from 255 or 36.08% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB858 is #1147A7. Grayscale: #BDBDBD. Windows color (decimal): -1132456 or 5814510. OLE color: 5814510.
HSL color Cylindrical-coordinate representation of color #EEB858: hue angle of 38.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EEB858 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 88 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.07 |
| HSL | 38.4º | 0.82% | 0.64% | - |
| HSV(B) | 38.4º | 0.63% | 0.93% | - |
| XYZ | 54.16 | 53.16 | 16.64 | - |
| YUV | 189.2 | 70.89 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 88 | 0 | 0.23 | 0.63 | 0.07 | 38.4 | 0.82 | 0.64 |
| Hex | EE | B8 | 58 | 0 | 17 | 3F | 7 | 26 | 52 | 40 |
| Octal | 356 | 270 | 130 | 0 | 27 | 77 | 7 | 46 | 122 | 100 |
| Binary | 11101110 | 10111000 | 1011000 | 0 | 10111 | 111111 | 111 | 100110 | 1010010 | 1000000 |
Color Harmonies of #EEB858
Complementary color
Monochromatic Colors of #EEB858
Black with #EEB858
Text Example
Text Example
White with #EEB858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB858; }
p { color: rgb(238,184,88); }
H1.HeaderClassName
{
color: #EEB858;
}
.AnyTagClassName
{
color: #EEB858;
}
</style>
background-color css
<style>
a { background-color: #EEB858; }
a { background-color: rgb(238,184,88); }
div.DivClassName
{
background-color: #EEB858;
}
.BgClassName
{
background-color: #EEB858;
}
</style>
border-color css
<style>
span { border-color: #EEB858; }
span { border-color: rgb(238,184,88); }
td.TdClassName
{
border-color: #EEB858;
}
.TagClassName
{
border-color: #EEB858;
}
</style>