Shades of Ronchi #E4B150
Tints of Ronchi #E4B150
RGB
CMYK
RGB Variations
Color information
#E4B150 (or 0xE4B150) is known color: Ronchi. HEX triplet: E4, B1 and 50. RGB value is (228,177,80). Sum of RGB (Red+Green+Blue) = 228+177+80=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4B150 is #1B4EAF. Grayscale: #B5B5B5. Windows color (decimal): -1789616 or 5288420. OLE color: 5288420.
HSL color Cylindrical-coordinate representation of color #E4B150: hue angle of 39.32º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4B150 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 177 | 80 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.11 |
| HSL | 39.32º | 0.73% | 0.6% | - |
| HSV(B) | 39.32º | 0.65% | 0.89% | - |
| XYZ | 49.17 | 48.52 | 14.36 | - |
| YUV | 181.19 | 70.9 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 177 | 80 | 0 | 0.22 | 0.65 | 0.11 | 39.32 | 0.73 | 0.6 |
| Hex | E4 | B1 | 50 | 0 | 16 | 41 | B | 27 | 49 | 3C |
| Octal | 344 | 261 | 120 | 0 | 26 | 101 | 13 | 47 | 111 | 74 |
| Binary | 11100100 | 10110001 | 1010000 | 0 | 10110 | 1000001 | 1011 | 100111 | 1001001 | 111100 |
Color Harmonies of #E4B150
Complementary color
Monochromatic Colors of #E4B150
Black with #E4B150
Text Example
Text Example
White with #E4B150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4B150; }
p { color: rgb(228,177,80); }
H1.HeaderClassName
{
color: #E4B150;
}
.AnyTagClassName
{
color: #E4B150;
}
</style>
background-color css
<style>
a { background-color: #E4B150; }
a { background-color: rgb(228,177,80); }
div.DivClassName
{
background-color: #E4B150;
}
.BgClassName
{
background-color: #E4B150;
}
</style>
border-color css
<style>
span { border-color: #E4B150; }
span { border-color: rgb(228,177,80); }
td.TdClassName
{
border-color: #E4B150;
}
.TagClassName
{
border-color: #E4B150;
}
</style>