Shades of Ronchi #EEBA4B
Tints of Ronchi #EEBA4B
RGB
CMYK
RGB Variations
Color information
#EEBA4B (or 0xEEBA4B) is known color: Ronchi. HEX triplet: EE, BA and 4B. RGB value is (238,186,75). Sum of RGB (Red+Green+Blue) = 238+186+75=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEBA4B is #1145B4. Grayscale: #BDBDBD. Windows color (decimal): -1131957 or 4963054. OLE color: 4963054.
HSL color Cylindrical-coordinate representation of color #EEBA4B: hue angle of 40.86º 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 #EEBA4B is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 75 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.07 |
| HSL | 40.86º | 0.83% | 0.61% | - |
| HSV(B) | 40.86º | 0.68% | 0.93% | - |
| XYZ | 54.09 | 53.8 | 14.19 | - |
| YUV | 188.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 75 | 0 | 0.22 | 0.68 | 0.07 | 40.86 | 0.83 | 0.61 |
| Hex | EE | BA | 4B | 0 | 16 | 44 | 7 | 29 | 53 | 3D |
| Octal | 356 | 272 | 113 | 0 | 26 | 104 | 7 | 51 | 123 | 75 |
| Binary | 11101110 | 10111010 | 1001011 | 0 | 10110 | 1000100 | 111 | 101001 | 1010011 | 111101 |
Color Harmonies of #EEBA4B
Complementary color
Monochromatic Colors of #EEBA4B
Black with #EEBA4B
Text Example
Text Example
White with #EEBA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA4B; }
p { color: rgb(238,186,75); }
H1.HeaderClassName
{
color: #EEBA4B;
}
.AnyTagClassName
{
color: #EEBA4B;
}
</style>
background-color css
<style>
a { background-color: #EEBA4B; }
a { background-color: rgb(238,186,75); }
div.DivClassName
{
background-color: #EEBA4B;
}
.BgClassName
{
background-color: #EEBA4B;
}
</style>
border-color css
<style>
span { border-color: #EEBA4B; }
span { border-color: rgb(238,186,75); }
td.TdClassName
{
border-color: #EEBA4B;
}
.TagClassName
{
border-color: #EEBA4B;
}
</style>