Shades of Ronchi #E5BB44
Tints of Ronchi #E5BB44
RGB
CMYK
RGB Variations
Color information
#E5BB44 (or 0xE5BB44) is known color: Ronchi. HEX triplet: E5, BB and 44. RGB value is (229,187,68). Sum of RGB (Red+Green+Blue) = 229+187+68=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BB44 is #1A44BB. Grayscale: #BABABA. Windows color (decimal): -1721532 or 4504549. OLE color: 4504549.
HSL color Cylindrical-coordinate representation of color #E5BB44: hue angle of 44.35º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5BB44 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 187 | 68 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.10 |
| HSL | 44.35º | 0.76% | 0.58% | - |
| HSV(B) | 44.35º | 0.7% | 0.9% | - |
| XYZ | 51.13 | 52.62 | 12.93 | - |
| YUV | 185.99 | 61.41 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 187 | 68 | 0 | 0.18 | 0.70 | 0.10 | 44.35 | 0.76 | 0.58 |
| Hex | E5 | BB | 44 | 0 | 12 | 46 | A | 2C | 4C | 3A |
| Octal | 345 | 273 | 104 | 0 | 22 | 106 | 12 | 54 | 114 | 72 |
| Binary | 11100101 | 10111011 | 1000100 | 0 | 10010 | 1000110 | 1010 | 101100 | 1001100 | 111010 |
Color Harmonies of #E5BB44
Complementary color
Monochromatic Colors of #E5BB44
Black with #E5BB44
Text Example
Text Example
White with #E5BB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BB44; }
p { color: rgb(229,187,68); }
H1.HeaderClassName
{
color: #E5BB44;
}
.AnyTagClassName
{
color: #E5BB44;
}
</style>
background-color css
<style>
a { background-color: #E5BB44; }
a { background-color: rgb(229,187,68); }
div.DivClassName
{
background-color: #E5BB44;
}
.BgClassName
{
background-color: #E5BB44;
}
</style>
border-color css
<style>
span { border-color: #E5BB44; }
span { border-color: rgb(229,187,68); }
td.TdClassName
{
border-color: #E5BB44;
}
.TagClassName
{
border-color: #E5BB44;
}
</style>