Shades of Ronchi #E4BB4A
Tints of Ronchi #E4BB4A
RGB
CMYK
RGB Variations
Color information
#E4BB4A (or 0xE4BB4A) is known color: Ronchi. HEX triplet: E4, BB and 4A. RGB value is (228,187,74). Sum of RGB (Red+Green+Blue) = 228+187+74=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 74 (29.30% from 255 or 15.13% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4BB4A is #1B44B5. Grayscale: #BABABA. Windows color (decimal): -1787062 or 4897764. OLE color: 4897764.
HSL color Cylindrical-coordinate representation of color #E4BB4A: hue angle of 44.03º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E4BB4A is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 187 | 74 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.11 |
| HSL | 44.03º | 0.74% | 0.59% | - |
| HSV(B) | 44.03º | 0.68% | 0.89% | - |
| XYZ | 51 | 52.53 | 13.93 | - |
| YUV | 186.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 187 | 74 | 0 | 0.18 | 0.68 | 0.11 | 44.03 | 0.74 | 0.59 |
| Hex | E4 | BB | 4A | 0 | 12 | 44 | B | 2C | 4A | 3B |
| Octal | 344 | 273 | 112 | 0 | 22 | 104 | 13 | 54 | 112 | 73 |
| Binary | 11100100 | 10111011 | 1001010 | 0 | 10010 | 1000100 | 1011 | 101100 | 1001010 | 111011 |
Color Harmonies of #E4BB4A
Complementary color
Monochromatic Colors of #E4BB4A
Black with #E4BB4A
Text Example
Text Example
White with #E4BB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BB4A; }
p { color: rgb(228,187,74); }
H1.HeaderClassName
{
color: #E4BB4A;
}
.AnyTagClassName
{
color: #E4BB4A;
}
</style>
background-color css
<style>
a { background-color: #E4BB4A; }
a { background-color: rgb(228,187,74); }
div.DivClassName
{
background-color: #E4BB4A;
}
.BgClassName
{
background-color: #E4BB4A;
}
</style>
border-color css
<style>
span { border-color: #E4BB4A; }
span { border-color: rgb(228,187,74); }
td.TdClassName
{
border-color: #E4BB4A;
}
.TagClassName
{
border-color: #E4BB4A;
}
</style>