Shades of Ronchi #E4BA4D
Tints of Ronchi #E4BA4D
RGB
CMYK
RGB Variations
Color information
#E4BA4D (or 0xE4BA4D) is known color: Ronchi. HEX triplet: E4, BA and 4D. RGB value is (228,186,77). Sum of RGB (Red+Green+Blue) = 228+186+77=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BA4D is #1B45B2. Grayscale: #BABABA. Windows color (decimal): -1787315 or 5094116. OLE color: 5094116.
HSL color Cylindrical-coordinate representation of color #E4BA4D: hue angle of 43.31º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E4BA4D is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 77 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.11 |
| HSL | 43.31º | 0.74% | 0.6% | - |
| HSV(B) | 43.31º | 0.66% | 0.89% | - |
| XYZ | 50.89 | 52.15 | 14.4 | - |
| YUV | 186.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 77 | 0 | 0.18 | 0.66 | 0.11 | 43.31 | 0.74 | 0.6 |
| Hex | E4 | BA | 4D | 0 | 12 | 42 | B | 2B | 4A | 3C |
| Octal | 344 | 272 | 115 | 0 | 22 | 102 | 13 | 53 | 112 | 74 |
| Binary | 11100100 | 10111010 | 1001101 | 0 | 10010 | 1000010 | 1011 | 101011 | 1001010 | 111100 |
Color Harmonies of #E4BA4D
Complementary color
Monochromatic Colors of #E4BA4D
Black with #E4BA4D
Text Example
Text Example
White with #E4BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BA4D; }
p { color: rgb(228,186,77); }
H1.HeaderClassName
{
color: #E4BA4D;
}
.AnyTagClassName
{
color: #E4BA4D;
}
</style>
background-color css
<style>
a { background-color: #E4BA4D; }
a { background-color: rgb(228,186,77); }
div.DivClassName
{
background-color: #E4BA4D;
}
.BgClassName
{
background-color: #E4BA4D;
}
</style>
border-color css
<style>
span { border-color: #E4BA4D; }
span { border-color: rgb(228,186,77); }
td.TdClassName
{
border-color: #E4BA4D;
}
.TagClassName
{
border-color: #E4BA4D;
}
</style>