Shades of Ronchi #E9BC5C
Tints of Ronchi #E9BC5C
RGB
CMYK
RGB Variations
Color information
#E9BC5C (or 0xE9BC5C) is known color: Ronchi. HEX triplet: E9, BC and 5C. RGB value is (233,188,92). Sum of RGB (Red+Green+Blue) = 233+188+92=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BC5C is #1643A3. Grayscale: #BEBEBE. Windows color (decimal): -1459108 or 6077673. OLE color: 6077673.
HSL color Cylindrical-coordinate representation of color #E9BC5C: hue angle of 40.85º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9BC5C is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 92 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.09 |
| HSL | 40.85º | 0.76% | 0.64% | - |
| HSV(B) | 40.85º | 0.61% | 0.91% | - |
| XYZ | 53.52 | 54.06 | 17.74 | - |
| YUV | 190.51 | 72.41 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 92 | 0 | 0.19 | 0.61 | 0.09 | 40.85 | 0.76 | 0.64 |
| Hex | E9 | BC | 5C | 0 | 13 | 3D | 9 | 29 | 4C | 40 |
| Octal | 351 | 274 | 134 | 0 | 23 | 75 | 11 | 51 | 114 | 100 |
| Binary | 11101001 | 10111100 | 1011100 | 0 | 10011 | 111101 | 1001 | 101001 | 1001100 | 1000000 |
Color Harmonies of #E9BC5C
Complementary color
Monochromatic Colors of #E9BC5C
Black with #E9BC5C
Text Example
Text Example
White with #E9BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BC5C; }
p { color: rgb(233,188,92); }
H1.HeaderClassName
{
color: #E9BC5C;
}
.AnyTagClassName
{
color: #E9BC5C;
}
</style>
background-color css
<style>
a { background-color: #E9BC5C; }
a { background-color: rgb(233,188,92); }
div.DivClassName
{
background-color: #E9BC5C;
}
.BgClassName
{
background-color: #E9BC5C;
}
</style>
border-color css
<style>
span { border-color: #E9BC5C; }
span { border-color: rgb(233,188,92); }
td.TdClassName
{
border-color: #E9BC5C;
}
.TagClassName
{
border-color: #E9BC5C;
}
</style>