Shades of Ronchi #E4BA46
Tints of Ronchi #E4BA46
RGB
CMYK
RGB Variations
Color information
#E4BA46 (or 0xE4BA46) is known color: Ronchi. HEX triplet: E4, BA and 46. RGB value is (228,186,70). Sum of RGB (Red+Green+Blue) = 228+186+70=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BA46 is #1B45B9. Grayscale: #B9B9B9. Windows color (decimal): -1787322 or 4635364. OLE color: 4635364.
HSL color Cylindrical-coordinate representation of color #E4BA46: hue angle of 44.05º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E4BA46 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 70 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.11 |
| HSL | 44.05º | 0.75% | 0.58% | - |
| HSV(B) | 44.05º | 0.69% | 0.89% | - |
| XYZ | 50.66 | 52.05 | 13.17 | - |
| YUV | 185.33 | 62.91 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 70 | 0 | 0.18 | 0.69 | 0.11 | 44.05 | 0.75 | 0.58 |
| Hex | E4 | BA | 46 | 0 | 12 | 45 | B | 2C | 4B | 3A |
| Octal | 344 | 272 | 106 | 0 | 22 | 105 | 13 | 54 | 113 | 72 |
| Binary | 11100100 | 10111010 | 1000110 | 0 | 10010 | 1000101 | 1011 | 101100 | 1001011 | 111010 |
Color Harmonies of #E4BA46
Complementary color
Monochromatic Colors of #E4BA46
Black with #E4BA46
Text Example
Text Example
White with #E4BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BA46; }
p { color: rgb(228,186,70); }
H1.HeaderClassName
{
color: #E4BA46;
}
.AnyTagClassName
{
color: #E4BA46;
}
</style>
background-color css
<style>
a { background-color: #E4BA46; }
a { background-color: rgb(228,186,70); }
div.DivClassName
{
background-color: #E4BA46;
}
.BgClassName
{
background-color: #E4BA46;
}
</style>
border-color css
<style>
span { border-color: #E4BA46; }
span { border-color: rgb(228,186,70); }
td.TdClassName
{
border-color: #E4BA46;
}
.TagClassName
{
border-color: #E4BA46;
}
</style>