Shades of Ronchi #E2BF5D
Tints of Ronchi #E2BF5D
RGB
CMYK
RGB Variations
Color information
#E2BF5D (or 0xE2BF5D) is known color: Ronchi. HEX triplet: E2, BF and 5D. RGB value is (226,191,93). Sum of RGB (Red+Green+Blue) = 226+191+93=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF5D is #1D40A2. Grayscale: #BEBEBE. Windows color (decimal): -1917091 or 6143970. OLE color: 6143970.
HSL color Cylindrical-coordinate representation of color #E2BF5D: hue angle of 44.21º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2BF5D is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 93 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.11 |
| HSL | 44.21º | 0.7% | 0.63% | - |
| HSV(B) | 44.21º | 0.59% | 0.89% | - |
| XYZ | 51.97 | 54.22 | 18.08 | - |
| YUV | 190.29 | 73.1 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 93 | 0 | 0.15 | 0.59 | 0.11 | 44.21 | 0.7 | 0.63 |
| Hex | E2 | BF | 5D | 0 | F | 3B | B | 2C | 46 | 3F |
| Octal | 342 | 277 | 135 | 0 | 17 | 73 | 13 | 54 | 106 | 77 |
| Binary | 11100010 | 10111111 | 1011101 | 0 | 1111 | 111011 | 1011 | 101100 | 1000110 | 111111 |
Color Harmonies of #E2BF5D
Complementary color
Monochromatic Colors of #E2BF5D
Black with #E2BF5D
Text Example
Text Example
White with #E2BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF5D; }
p { color: rgb(226,191,93); }
H1.HeaderClassName
{
color: #E2BF5D;
}
.AnyTagClassName
{
color: #E2BF5D;
}
</style>
background-color css
<style>
a { background-color: #E2BF5D; }
a { background-color: rgb(226,191,93); }
div.DivClassName
{
background-color: #E2BF5D;
}
.BgClassName
{
background-color: #E2BF5D;
}
</style>
border-color css
<style>
span { border-color: #E2BF5D; }
span { border-color: rgb(226,191,93); }
td.TdClassName
{
border-color: #E2BF5D;
}
.TagClassName
{
border-color: #E2BF5D;
}
</style>