Shades of Ronchi #E5BF5D
Tints of Ronchi #E5BF5D
RGB
CMYK
RGB Variations
Color information
#E5BF5D (or 0xE5BF5D) is known color: Ronchi. HEX triplet: E5, BF and 5D. RGB value is (229,191,93). Sum of RGB (Red+Green+Blue) = 229+191+93=513 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.64% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF5D is #1A40A2. Grayscale: #BFBFBF. Windows color (decimal): -1720483 or 6143973. OLE color: 6143973.
HSL color Cylindrical-coordinate representation of color #E5BF5D: hue angle of 43.24º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5BF5D is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 191 | 93 | - |
| CMYK | 0 | 0.17 | 0.59 | 0.10 |
| HSL | 43.24º | 0.72% | 0.63% | - |
| HSV(B) | 43.24º | 0.59% | 0.9% | - |
| XYZ | 52.92 | 54.71 | 18.13 | - |
| YUV | 191.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 191 | 93 | 0 | 0.17 | 0.59 | 0.10 | 43.24 | 0.72 | 0.63 |
| Hex | E5 | BF | 5D | 0 | 11 | 3B | A | 2B | 48 | 3F |
| Octal | 345 | 277 | 135 | 0 | 21 | 73 | 12 | 53 | 110 | 77 |
| Binary | 11100101 | 10111111 | 1011101 | 0 | 10001 | 111011 | 1010 | 101011 | 1001000 | 111111 |
Color Harmonies of #E5BF5D
Complementary color
Monochromatic Colors of #E5BF5D
Black with #E5BF5D
Text Example
Text Example
White with #E5BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5BF5D; }
p { color: rgb(229,191,93); }
H1.HeaderClassName
{
color: #E5BF5D;
}
.AnyTagClassName
{
color: #E5BF5D;
}
</style>
background-color css
<style>
a { background-color: #E5BF5D; }
a { background-color: rgb(229,191,93); }
div.DivClassName
{
background-color: #E5BF5D;
}
.BgClassName
{
background-color: #E5BF5D;
}
</style>
border-color css
<style>
span { border-color: #E5BF5D; }
span { border-color: rgb(229,191,93); }
td.TdClassName
{
border-color: #E5BF5D;
}
.TagClassName
{
border-color: #E5BF5D;
}
</style>