Shades of Ronchi #E4C05F
Tints of Ronchi #E4C05F
RGB
CMYK
RGB Variations
Color information
#E4C05F (or 0xE4C05F) is known color: Ronchi. HEX triplet: E4, C0 and 5F. RGB value is (228,192,95). Sum of RGB (Red+Green+Blue) = 228+192+95=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C05F is #1B3FA0. Grayscale: #C0C0C0. Windows color (decimal): -1785761 or 6275300. OLE color: 6275300.
HSL color Cylindrical-coordinate representation of color #E4C05F: hue angle of 43.76º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4C05F is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 192 | 95 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.11 |
| HSL | 43.76º | 0.71% | 0.63% | - |
| HSV(B) | 43.76º | 0.58% | 0.89% | - |
| XYZ | 52.91 | 55.02 | 18.66 | - |
| YUV | 191.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 192 | 95 | 0 | 0.16 | 0.58 | 0.11 | 43.76 | 0.71 | 0.63 |
| Hex | E4 | C0 | 5F | 0 | 10 | 3A | B | 2C | 47 | 3F |
| Octal | 344 | 300 | 137 | 0 | 20 | 72 | 13 | 54 | 107 | 77 |
| Binary | 11100100 | 11000000 | 1011111 | 0 | 10000 | 111010 | 1011 | 101100 | 1000111 | 111111 |
Color Harmonies of #E4C05F
Complementary color
Monochromatic Colors of #E4C05F
Black with #E4C05F
Text Example
Text Example
White with #E4C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C05F; }
p { color: rgb(228,192,95); }
H1.HeaderClassName
{
color: #E4C05F;
}
.AnyTagClassName
{
color: #E4C05F;
}
</style>
background-color css
<style>
a { background-color: #E4C05F; }
a { background-color: rgb(228,192,95); }
div.DivClassName
{
background-color: #E4C05F;
}
.BgClassName
{
background-color: #E4C05F;
}
</style>
border-color css
<style>
span { border-color: #E4C05F; }
span { border-color: rgb(228,192,95); }
td.TdClassName
{
border-color: #E4C05F;
}
.TagClassName
{
border-color: #E4C05F;
}
</style>