Shades of Ronchi #EEB84C
Tints of Ronchi #EEB84C
RGB
CMYK
RGB Variations
Color information
#EEB84C (or 0xEEB84C) is known color: Ronchi. HEX triplet: EE, B8 and 4C. RGB value is (238,184,76). Sum of RGB (Red+Green+Blue) = 238+184+76=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 76 (30.08% from 255 or 15.26% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB84C is #1147B3. Grayscale: #BCBCBC. Windows color (decimal): -1132468 or 5028078. OLE color: 5028078.
HSL color Cylindrical-coordinate representation of color #EEB84C: hue angle of 40º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEB84C is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 76 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.07 |
| HSL | 40º | 0.83% | 0.62% | - |
| HSV(B) | 40º | 0.68% | 0.93% | - |
| XYZ | 53.7 | 52.98 | 14.23 | - |
| YUV | 187.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 76 | 0 | 0.23 | 0.68 | 0.07 | 40 | 0.83 | 0.62 |
| Hex | EE | B8 | 4C | 0 | 17 | 44 | 7 | 28 | 53 | 3E |
| Octal | 356 | 270 | 114 | 0 | 27 | 104 | 7 | 50 | 123 | 76 |
| Binary | 11101110 | 10111000 | 1001100 | 0 | 10111 | 1000100 | 111 | 101000 | 1010011 | 111110 |
Color Harmonies of #EEB84C
Complementary color
Monochromatic Colors of #EEB84C
Black with #EEB84C
Text Example
Text Example
White with #EEB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB84C; }
p { color: rgb(238,184,76); }
H1.HeaderClassName
{
color: #EEB84C;
}
.AnyTagClassName
{
color: #EEB84C;
}
</style>
background-color css
<style>
a { background-color: #EEB84C; }
a { background-color: rgb(238,184,76); }
div.DivClassName
{
background-color: #EEB84C;
}
.BgClassName
{
background-color: #EEB84C;
}
</style>
border-color css
<style>
span { border-color: #EEB84C; }
span { border-color: rgb(238,184,76); }
td.TdClassName
{
border-color: #EEB84C;
}
.TagClassName
{
border-color: #EEB84C;
}
</style>