Shades of Ronchi #E4BA5C
Tints of Ronchi #E4BA5C
RGB
CMYK
RGB Variations
Color information
#E4BA5C (or 0xE4BA5C) is known color: Ronchi. HEX triplet: E4, BA and 5C. RGB value is (228,186,92). Sum of RGB (Red+Green+Blue) = 228+186+92=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BA5C is #1B45A3. Grayscale: #BCBCBC. Windows color (decimal): -1787300 or 6077156. OLE color: 6077156.
HSL color Cylindrical-coordinate representation of color #E4BA5C: hue angle of 41.47º 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 #E4BA5C is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 186 | 92 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.11 |
| HSL | 41.47º | 0.72% | 0.63% | - |
| HSV(B) | 41.47º | 0.6% | 0.89% | - |
| XYZ | 51.49 | 52.38 | 17.52 | - |
| YUV | 187.84 | 73.91 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 186 | 92 | 0 | 0.18 | 0.60 | 0.11 | 41.47 | 0.72 | 0.63 |
| Hex | E4 | BA | 5C | 0 | 12 | 3C | B | 29 | 48 | 3F |
| Octal | 344 | 272 | 134 | 0 | 22 | 74 | 13 | 51 | 110 | 77 |
| Binary | 11100100 | 10111010 | 1011100 | 0 | 10010 | 111100 | 1011 | 101001 | 1001000 | 111111 |
Color Harmonies of #E4BA5C
Complementary color
Monochromatic Colors of #E4BA5C
Black with #E4BA5C
Text Example
Text Example
White with #E4BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4BA5C; }
p { color: rgb(228,186,92); }
H1.HeaderClassName
{
color: #E4BA5C;
}
.AnyTagClassName
{
color: #E4BA5C;
}
</style>
background-color css
<style>
a { background-color: #E4BA5C; }
a { background-color: rgb(228,186,92); }
div.DivClassName
{
background-color: #E4BA5C;
}
.BgClassName
{
background-color: #E4BA5C;
}
</style>
border-color css
<style>
span { border-color: #E4BA5C; }
span { border-color: rgb(228,186,92); }
td.TdClassName
{
border-color: #E4BA5C;
}
.TagClassName
{
border-color: #E4BA5C;
}
</style>