Shades of Ronchi #E5BF5C
Tints of Ronchi #E5BF5C
RGB
CMYK
RGB Variations
Color information
#E5BF5C (or 0xE5BF5C) is known color: Ronchi. HEX triplet: E5, BF and 5C. RGB value is (229,191,92). Sum of RGB (Red+Green+Blue) = 229+191+92=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF5C is #1A40A3. Grayscale: #BFBFBF. Windows color (decimal): -1720484 or 6078437. OLE color: 6078437.
HSL color Cylindrical-coordinate representation of color #E5BF5C: hue angle of 43.36º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5BF5C is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 92 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.10 |
| HSL | 43.36º | 0.72% | 0.63% | - |
| HSV(B) | 43.36º | 0.6% | 0.9% | - |
| XYZ | 52.88 | 54.69 | 17.9 | - |
| YUV | 191.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 92 | 0 | 0.17 | 0.60 | 0.10 | 43.36 | 0.72 | 0.63 |
| Hex | E5 | BF | 5C | 0 | 11 | 3C | A | 2B | 48 | 3F |
| Octal | 345 | 277 | 134 | 0 | 21 | 74 | 12 | 53 | 110 | 77 |
| Binary | 11100101 | 10111111 | 1011100 | 0 | 10001 | 111100 | 1010 | 101011 | 1001000 | 111111 |
Color Harmonies of #E5BF5C
Complementary color
Monochromatic Colors of #E5BF5C
Black with #E5BF5C
Text Example
Text Example
White with #E5BF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF5C; }
p { color: rgb(229,191,92); }
H1.HeaderClassName
{
color: #E5BF5C;
}
.AnyTagClassName
{
color: #E5BF5C;
}
</style>
background-color css
<style>
a { background-color: #E5BF5C; }
a { background-color: rgb(229,191,92); }
div.DivClassName
{
background-color: #E5BF5C;
}
.BgClassName
{
background-color: #E5BF5C;
}
</style>
border-color css
<style>
span { border-color: #E5BF5C; }
span { border-color: rgb(229,191,92); }
td.TdClassName
{
border-color: #E5BF5C;
}
.TagClassName
{
border-color: #E5BF5C;
}
</style>