Shades of Ronchi #EEB94C
Tints of Ronchi #EEB94C
RGB
CMYK
RGB Variations
Color information
#EEB94C (or 0xEEB94C) is known color: Ronchi. HEX triplet: EE, B9 and 4C. RGB value is (238,185,76). Sum of RGB (Red+Green+Blue) = 238+185+76=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 76 (30.08% from 255 or 15.23% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB94C is #1146B3. Grayscale: #BCBCBC. Windows color (decimal): -1132212 or 5028334. OLE color: 5028334.
HSL color Cylindrical-coordinate representation of color #EEB94C: hue angle of 40.37º 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 #EEB94C is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 76 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.37º | 0.83% | 0.62% | - |
| HSV(B) | 40.37º | 0.68% | 0.93% | - |
| XYZ | 53.91 | 53.4 | 14.3 | - |
| YUV | 188.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 76 | 0 | 0.22 | 0.68 | 0.07 | 40.37 | 0.83 | 0.62 |
| Hex | EE | B9 | 4C | 0 | 16 | 44 | 7 | 28 | 53 | 3E |
| Octal | 356 | 271 | 114 | 0 | 26 | 104 | 7 | 50 | 123 | 76 |
| Binary | 11101110 | 10111001 | 1001100 | 0 | 10110 | 1000100 | 111 | 101000 | 1010011 | 111110 |
Color Harmonies of #EEB94C
Complementary color
Monochromatic Colors of #EEB94C
Black with #EEB94C
Text Example
Text Example
White with #EEB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB94C; }
p { color: rgb(238,185,76); }
H1.HeaderClassName
{
color: #EEB94C;
}
.AnyTagClassName
{
color: #EEB94C;
}
</style>
background-color css
<style>
a { background-color: #EEB94C; }
a { background-color: rgb(238,185,76); }
div.DivClassName
{
background-color: #EEB94C;
}
.BgClassName
{
background-color: #EEB94C;
}
</style>
border-color css
<style>
span { border-color: #EEB94C; }
span { border-color: rgb(238,185,76); }
td.TdClassName
{
border-color: #EEB94C;
}
.TagClassName
{
border-color: #EEB94C;
}
</style>