Shades of Ronchi #EEB84B
Tints of Ronchi #EEB84B
RGB
CMYK
RGB Variations
Color information
#EEB84B (or 0xEEB84B) is known color: Ronchi. HEX triplet: EE, B8 and 4B. RGB value is (238,184,75). Sum of RGB (Red+Green+Blue) = 238+184+75=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 75 (29.69% from 255 or 15.09% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB84B is #1147B4. Grayscale: #BCBCBC. Windows color (decimal): -1132469 or 4962542. OLE color: 4962542.
HSL color Cylindrical-coordinate representation of color #EEB84B: hue angle of 40.12º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEB84B is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 75 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.07 |
| HSL | 40.12º | 0.83% | 0.61% | - |
| HSV(B) | 40.12º | 0.68% | 0.93% | - |
| XYZ | 53.67 | 52.97 | 14.05 | - |
| YUV | 187.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 75 | 0 | 0.23 | 0.68 | 0.07 | 40.12 | 0.83 | 0.61 |
| Hex | EE | B8 | 4B | 0 | 17 | 44 | 7 | 28 | 53 | 3D |
| Octal | 356 | 270 | 113 | 0 | 27 | 104 | 7 | 50 | 123 | 75 |
| Binary | 11101110 | 10111000 | 1001011 | 0 | 10111 | 1000100 | 111 | 101000 | 1010011 | 111101 |
Color Harmonies of #EEB84B
Complementary color
Monochromatic Colors of #EEB84B
Black with #EEB84B
Text Example
Text Example
White with #EEB84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB84B; }
p { color: rgb(238,184,75); }
H1.HeaderClassName
{
color: #EEB84B;
}
.AnyTagClassName
{
color: #EEB84B;
}
</style>
background-color css
<style>
a { background-color: #EEB84B; }
a { background-color: rgb(238,184,75); }
div.DivClassName
{
background-color: #EEB84B;
}
.BgClassName
{
background-color: #EEB84B;
}
</style>
border-color css
<style>
span { border-color: #EEB84B; }
span { border-color: rgb(238,184,75); }
td.TdClassName
{
border-color: #EEB84B;
}
.TagClassName
{
border-color: #EEB84B;
}
</style>