Shades of Ronchi #EEB74D
Tints of Ronchi #EEB74D
RGB
CMYK
RGB Variations
Color information
#EEB74D (or 0xEEB74D) is known color: Ronchi. HEX triplet: EE, B7 and 4D. RGB value is (238,183,77). Sum of RGB (Red+Green+Blue) = 238+183+77=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB74D is #1148B2. Grayscale: #BBBBBB. Windows color (decimal): -1132723 or 5093358. OLE color: 5093358.
HSL color Cylindrical-coordinate representation of color #EEB74D: hue angle of 39.5º 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 #EEB74D is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 183 | 77 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.07 |
| HSL | 39.5º | 0.83% | 0.62% | - |
| HSV(B) | 39.5º | 0.68% | 0.93% | - |
| XYZ | 53.53 | 52.58 | 14.35 | - |
| YUV | 187.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 183 | 77 | 0 | 0.23 | 0.68 | 0.07 | 39.5 | 0.83 | 0.62 |
| Hex | EE | B7 | 4D | 0 | 17 | 44 | 7 | 28 | 53 | 3E |
| Octal | 356 | 267 | 115 | 0 | 27 | 104 | 7 | 50 | 123 | 76 |
| Binary | 11101110 | 10110111 | 1001101 | 0 | 10111 | 1000100 | 111 | 101000 | 1010011 | 111110 |
Color Harmonies of #EEB74D
Complementary color
Monochromatic Colors of #EEB74D
Black with #EEB74D
Text Example
Text Example
White with #EEB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB74D; }
p { color: rgb(238,183,77); }
H1.HeaderClassName
{
color: #EEB74D;
}
.AnyTagClassName
{
color: #EEB74D;
}
</style>
background-color css
<style>
a { background-color: #EEB74D; }
a { background-color: rgb(238,183,77); }
div.DivClassName
{
background-color: #EEB74D;
}
.BgClassName
{
background-color: #EEB74D;
}
</style>
border-color css
<style>
span { border-color: #EEB74D; }
span { border-color: rgb(238,183,77); }
td.TdClassName
{
border-color: #EEB74D;
}
.TagClassName
{
border-color: #EEB74D;
}
</style>