Shades of Ronchi #EEB852
Tints of Ronchi #EEB852
RGB
CMYK
RGB Variations
Color information
#EEB852 (or 0xEEB852) is known color: Ronchi. HEX triplet: EE, B8 and 52. RGB value is (238,184,82). Sum of RGB (Red+Green+Blue) = 238+184+82=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB852 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB852 is #1147AD. Grayscale: #BCBCBC. Windows color (decimal): -1132462 or 5421294. OLE color: 5421294.
HSL color Cylindrical-coordinate representation of color #EEB852: hue angle of 39.23º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEB852 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 82 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.07 |
| HSL | 39.23º | 0.82% | 0.63% | - |
| HSV(B) | 39.23º | 0.66% | 0.93% | - |
| XYZ | 53.92 | 53.07 | 15.38 | - |
| YUV | 188.52 | 67.89 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 82 | 0 | 0.23 | 0.66 | 0.07 | 39.23 | 0.82 | 0.63 |
| Hex | EE | B8 | 52 | 0 | 17 | 42 | 7 | 27 | 52 | 3F |
| Octal | 356 | 270 | 122 | 0 | 27 | 102 | 7 | 47 | 122 | 77 |
| Binary | 11101110 | 10111000 | 1010010 | 0 | 10111 | 1000010 | 111 | 100111 | 1010010 | 111111 |
Color Harmonies of #EEB852
Complementary color
Monochromatic Colors of #EEB852
Black with #EEB852
Text Example
Text Example
White with #EEB852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB852; }
p { color: rgb(238,184,82); }
H1.HeaderClassName
{
color: #EEB852;
}
.AnyTagClassName
{
color: #EEB852;
}
</style>
background-color css
<style>
a { background-color: #EEB852; }
a { background-color: rgb(238,184,82); }
div.DivClassName
{
background-color: #EEB852;
}
.BgClassName
{
background-color: #EEB852;
}
</style>
border-color css
<style>
span { border-color: #EEB852; }
span { border-color: rgb(238,184,82); }
td.TdClassName
{
border-color: #EEB852;
}
.TagClassName
{
border-color: #EEB852;
}
</style>