Shades of Ronchi #EEB94D
Tints of Ronchi #EEB94D
RGB
CMYK
RGB Variations
Color information
#EEB94D (or 0xEEB94D) is known color: Ronchi. HEX triplet: EE, B9 and 4D. RGB value is (238,185,77). Sum of RGB (Red+Green+Blue) = 238+185+77=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB94D is #1146B2. Grayscale: #BDBDBD. Windows color (decimal): -1132211 or 5093870. OLE color: 5093870.
HSL color Cylindrical-coordinate representation of color #EEB94D: hue angle of 40.25º 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 #EEB94D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 77 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.25º | 0.83% | 0.62% | - |
| HSV(B) | 40.25º | 0.68% | 0.93% | - |
| XYZ | 53.95 | 53.41 | 14.49 | - |
| YUV | 188.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 77 | 0 | 0.22 | 0.68 | 0.07 | 40.25 | 0.83 | 0.62 |
| Hex | EE | B9 | 4D | 0 | 16 | 44 | 7 | 28 | 53 | 3E |
| Octal | 356 | 271 | 115 | 0 | 26 | 104 | 7 | 50 | 123 | 76 |
| Binary | 11101110 | 10111001 | 1001101 | 0 | 10110 | 1000100 | 111 | 101000 | 1010011 | 111110 |
Color Harmonies of #EEB94D
Complementary color
Monochromatic Colors of #EEB94D
Black with #EEB94D
Text Example
Text Example
White with #EEB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB94D; }
p { color: rgb(238,185,77); }
H1.HeaderClassName
{
color: #EEB94D;
}
.AnyTagClassName
{
color: #EEB94D;
}
</style>
background-color css
<style>
a { background-color: #EEB94D; }
a { background-color: rgb(238,185,77); }
div.DivClassName
{
background-color: #EEB94D;
}
.BgClassName
{
background-color: #EEB94D;
}
</style>
border-color css
<style>
span { border-color: #EEB94D; }
span { border-color: rgb(238,185,77); }
td.TdClassName
{
border-color: #EEB94D;
}
.TagClassName
{
border-color: #EEB94D;
}
</style>