Shades of Ronchi #E2BF57
Tints of Ronchi #E2BF57
RGB
CMYK
RGB Variations
Color information
#E2BF57 (or 0xE2BF57) is known color: Ronchi. HEX triplet: E2, BF and 57. RGB value is (226,191,87). Sum of RGB (Red+Green+Blue) = 226+191+87=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 87 (34.38% from 255 or 17.26% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BF57 is #1D40A8. Grayscale: #BEBEBE. Windows color (decimal): -1917097 or 5750754. OLE color: 5750754.
HSL color Cylindrical-coordinate representation of color #E2BF57: hue angle of 44.89º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2BF57 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 191 | 87 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.11 |
| HSL | 44.89º | 0.71% | 0.61% | - |
| HSV(B) | 44.89º | 0.62% | 0.89% | - |
| XYZ | 51.72 | 54.12 | 16.74 | - |
| YUV | 189.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 191 | 87 | 0 | 0.15 | 0.62 | 0.11 | 44.89 | 0.71 | 0.61 |
| Hex | E2 | BF | 57 | 0 | F | 3E | B | 2D | 47 | 3D |
| Octal | 342 | 277 | 127 | 0 | 17 | 76 | 13 | 55 | 107 | 75 |
| Binary | 11100010 | 10111111 | 1010111 | 0 | 1111 | 111110 | 1011 | 101101 | 1000111 | 111101 |
Color Harmonies of #E2BF57
Complementary color
Monochromatic Colors of #E2BF57
Black with #E2BF57
Text Example
Text Example
White with #E2BF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BF57; }
p { color: rgb(226,191,87); }
H1.HeaderClassName
{
color: #E2BF57;
}
.AnyTagClassName
{
color: #E2BF57;
}
</style>
background-color css
<style>
a { background-color: #E2BF57; }
a { background-color: rgb(226,191,87); }
div.DivClassName
{
background-color: #E2BF57;
}
.BgClassName
{
background-color: #E2BF57;
}
</style>
border-color css
<style>
span { border-color: #E2BF57; }
span { border-color: rgb(226,191,87); }
td.TdClassName
{
border-color: #E2BF57;
}
.TagClassName
{
border-color: #E2BF57;
}
</style>