Shades of Ronchi #E4B549
Tints of Ronchi #E4B549
RGB
CMYK
RGB Variations
Color information
#E4B549 (or 0xE4B549) is known color: Ronchi. HEX triplet: E4, B5 and 49. RGB value is (228,181,73). Sum of RGB (Red+Green+Blue) = 228+181+73=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 73 (28.91% from 255 or 15.15% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4B549 is #1B4AB6. Grayscale: #B7B7B7. Windows color (decimal): -1788599 or 4830692. OLE color: 4830692.
HSL color Cylindrical-coordinate representation of color #E4B549: hue angle of 41.81º 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 #E4B549 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 181 | 73 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.11 |
| HSL | 41.81º | 0.74% | 0.59% | - |
| HSV(B) | 41.81º | 0.68% | 0.89% | - |
| XYZ | 49.72 | 50.02 | 13.34 | - |
| YUV | 182.74 | 66.07 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 181 | 73 | 0 | 0.21 | 0.68 | 0.11 | 41.81 | 0.74 | 0.59 |
| Hex | E4 | B5 | 49 | 0 | 15 | 44 | B | 2A | 4A | 3B |
| Octal | 344 | 265 | 111 | 0 | 25 | 104 | 13 | 52 | 112 | 73 |
| Binary | 11100100 | 10110101 | 1001001 | 0 | 10101 | 1000100 | 1011 | 101010 | 1001010 | 111011 |
Color Harmonies of #E4B549
Complementary color
Monochromatic Colors of #E4B549
Black with #E4B549
Text Example
Text Example
White with #E4B549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B549; }
p { color: rgb(228,181,73); }
H1.HeaderClassName
{
color: #E4B549;
}
.AnyTagClassName
{
color: #E4B549;
}
</style>
background-color css
<style>
a { background-color: #E4B549; }
a { background-color: rgb(228,181,73); }
div.DivClassName
{
background-color: #E4B549;
}
.BgClassName
{
background-color: #E4B549;
}
</style>
border-color css
<style>
span { border-color: #E4B549; }
span { border-color: rgb(228,181,73); }
td.TdClassName
{
border-color: #E4B549;
}
.TagClassName
{
border-color: #E4B549;
}
</style>