Shades of Ronchi #E5B64A
Tints of Ronchi #E5B64A
RGB
CMYK
RGB Variations
Color information
#E5B64A (or 0xE5B64A) is known color: Ronchi. HEX triplet: E5, B6 and 4A. RGB value is (229,182,74). Sum of RGB (Red+Green+Blue) = 229+182+74=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B64A is #1A49B5. Grayscale: #B8B8B8. Windows color (decimal): -1722806 or 4896485. OLE color: 4896485.
HSL color Cylindrical-coordinate representation of color #E5B64A: hue angle of 41.81º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5B64A is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 182 | 74 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.10 |
| HSL | 41.81º | 0.75% | 0.59% | - |
| HSV(B) | 41.81º | 0.68% | 0.9% | - |
| XYZ | 50.28 | 50.61 | 13.6 | - |
| YUV | 183.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 182 | 74 | 0 | 0.21 | 0.68 | 0.10 | 41.81 | 0.75 | 0.59 |
| Hex | E5 | B6 | 4A | 0 | 15 | 44 | A | 2A | 4B | 3B |
| Octal | 345 | 266 | 112 | 0 | 25 | 104 | 12 | 52 | 113 | 73 |
| Binary | 11100101 | 10110110 | 1001010 | 0 | 10101 | 1000100 | 1010 | 101010 | 1001011 | 111011 |
Color Harmonies of #E5B64A
Complementary color
Monochromatic Colors of #E5B64A
Black with #E5B64A
Text Example
Text Example
White with #E5B64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B64A; }
p { color: rgb(229,182,74); }
H1.HeaderClassName
{
color: #E5B64A;
}
.AnyTagClassName
{
color: #E5B64A;
}
</style>
background-color css
<style>
a { background-color: #E5B64A; }
a { background-color: rgb(229,182,74); }
div.DivClassName
{
background-color: #E5B64A;
}
.BgClassName
{
background-color: #E5B64A;
}
</style>
border-color css
<style>
span { border-color: #E5B64A; }
span { border-color: rgb(229,182,74); }
td.TdClassName
{
border-color: #E5B64A;
}
.TagClassName
{
border-color: #E5B64A;
}
</style>