Shades of Ronchi #EEB84F
Tints of Ronchi #EEB84F
RGB
CMYK
RGB Variations
Color information
#EEB84F (or 0xEEB84F) is known color: Ronchi. HEX triplet: EE, B8 and 4F. RGB value is (238,184,79). Sum of RGB (Red+Green+Blue) = 238+184+79=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB84F is #1147B0. Grayscale: #BCBCBC. Windows color (decimal): -1132465 or 5224686. OLE color: 5224686.
HSL color Cylindrical-coordinate representation of color #EEB84F: hue angle of 39.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEB84F is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 79 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.07 |
| HSL | 39.62º | 0.82% | 0.62% | - |
| HSV(B) | 39.62º | 0.67% | 0.93% | - |
| XYZ | 53.81 | 53.02 | 14.8 | - |
| YUV | 188.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 79 | 0 | 0.23 | 0.67 | 0.07 | 39.62 | 0.82 | 0.62 |
| Hex | EE | B8 | 4F | 0 | 17 | 43 | 7 | 28 | 52 | 3E |
| Octal | 356 | 270 | 117 | 0 | 27 | 103 | 7 | 50 | 122 | 76 |
| Binary | 11101110 | 10111000 | 1001111 | 0 | 10111 | 1000011 | 111 | 101000 | 1010010 | 111110 |
Color Harmonies of #EEB84F
Complementary color
Monochromatic Colors of #EEB84F
Black with #EEB84F
Text Example
Text Example
White with #EEB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB84F; }
p { color: rgb(238,184,79); }
H1.HeaderClassName
{
color: #EEB84F;
}
.AnyTagClassName
{
color: #EEB84F;
}
</style>
background-color css
<style>
a { background-color: #EEB84F; }
a { background-color: rgb(238,184,79); }
div.DivClassName
{
background-color: #EEB84F;
}
.BgClassName
{
background-color: #EEB84F;
}
</style>
border-color css
<style>
span { border-color: #EEB84F; }
span { border-color: rgb(238,184,79); }
td.TdClassName
{
border-color: #EEB84F;
}
.TagClassName
{
border-color: #EEB84F;
}
</style>