Shades of Ronchi #E4B75C
Tints of Ronchi #E4B75C
RGB
CMYK
RGB Variations
Color information
#E4B75C (or 0xE4B75C) is known color: Ronchi. HEX triplet: E4, B7 and 5C. RGB value is (228,183,92). Sum of RGB (Red+Green+Blue) = 228+183+92=503 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.33% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4B75C is #1B48A3. Grayscale: #BABABA. Windows color (decimal): -1788068 or 6076388. OLE color: 6076388.
HSL color Cylindrical-coordinate representation of color #E4B75C: hue angle of 40.15º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4B75C is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 183 | 92 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.11 |
| HSL | 40.15º | 0.72% | 0.63% | - |
| HSV(B) | 40.15º | 0.6% | 0.89% | - |
| XYZ | 50.86 | 51.13 | 17.31 | - |
| YUV | 186.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 183 | 92 | 0 | 0.20 | 0.60 | 0.11 | 40.15 | 0.72 | 0.63 |
| Hex | E4 | B7 | 5C | 0 | 14 | 3C | B | 28 | 48 | 3F |
| Octal | 344 | 267 | 134 | 0 | 24 | 74 | 13 | 50 | 110 | 77 |
| Binary | 11100100 | 10110111 | 1011100 | 0 | 10100 | 111100 | 1011 | 101000 | 1001000 | 111111 |
Color Harmonies of #E4B75C
Complementary color
Monochromatic Colors of #E4B75C
Black with #E4B75C
Text Example
Text Example
White with #E4B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B75C; }
p { color: rgb(228,183,92); }
H1.HeaderClassName
{
color: #E4B75C;
}
.AnyTagClassName
{
color: #E4B75C;
}
</style>
background-color css
<style>
a { background-color: #E4B75C; }
a { background-color: rgb(228,183,92); }
div.DivClassName
{
background-color: #E4B75C;
}
.BgClassName
{
background-color: #E4B75C;
}
</style>
border-color css
<style>
span { border-color: #E4B75C; }
span { border-color: rgb(228,183,92); }
td.TdClassName
{
border-color: #E4B75C;
}
.TagClassName
{
border-color: #E4B75C;
}
</style>