Shades of Ronchi #EEB84E
Tints of Ronchi #EEB84E
RGB
CMYK
RGB Variations
Color information
#EEB84E (or 0xEEB84E) is known color: Ronchi. HEX triplet: EE, B8 and 4E. RGB value is (238,184,78). Sum of RGB (Red+Green+Blue) = 238+184+78=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 78 (30.86% from 255 or 15.6% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB84E is #1147B1. Grayscale: #BCBCBC. Windows color (decimal): -1132466 or 5159150. OLE color: 5159150.
HSL color Cylindrical-coordinate representation of color #EEB84E: hue angle of 39.75º 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 #EEB84E is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 78 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.07 |
| HSL | 39.75º | 0.82% | 0.62% | - |
| HSV(B) | 39.75º | 0.67% | 0.93% | - |
| XYZ | 53.78 | 53.01 | 14.61 | - |
| YUV | 188.06 | 65.89 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 78 | 0 | 0.23 | 0.67 | 0.07 | 39.75 | 0.82 | 0.62 |
| Hex | EE | B8 | 4E | 0 | 17 | 43 | 7 | 28 | 52 | 3E |
| Octal | 356 | 270 | 116 | 0 | 27 | 103 | 7 | 50 | 122 | 76 |
| Binary | 11101110 | 10111000 | 1001110 | 0 | 10111 | 1000011 | 111 | 101000 | 1010010 | 111110 |
Color Harmonies of #EEB84E
Complementary color
Monochromatic Colors of #EEB84E
Black with #EEB84E
Text Example
Text Example
White with #EEB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB84E; }
p { color: rgb(238,184,78); }
H1.HeaderClassName
{
color: #EEB84E;
}
.AnyTagClassName
{
color: #EEB84E;
}
</style>
background-color css
<style>
a { background-color: #EEB84E; }
a { background-color: rgb(238,184,78); }
div.DivClassName
{
background-color: #EEB84E;
}
.BgClassName
{
background-color: #EEB84E;
}
</style>
border-color css
<style>
span { border-color: #EEB84E; }
span { border-color: rgb(238,184,78); }
td.TdClassName
{
border-color: #EEB84E;
}
.TagClassName
{
border-color: #EEB84E;
}
</style>