Shades of Ronchi #E2BE4F
Tints of Ronchi #E2BE4F
RGB
CMYK
RGB Variations
Color information
#E2BE4F (or 0xE2BE4F) is known color: Ronchi. HEX triplet: E2, BE and 4F. RGB value is (226,190,79). Sum of RGB (Red+Green+Blue) = 226+190+79=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 79 (31.25% from 255 or 15.96% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE4F is #1D41B0. Grayscale: #BCBCBC. Windows color (decimal): -1917361 or 5226210. OLE color: 5226210.
HSL color Cylindrical-coordinate representation of color #E2BE4F: hue angle of 45.31º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E2BE4F is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 79 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.11 |
| HSL | 45.31º | 0.72% | 0.6% | - |
| HSV(B) | 45.31º | 0.65% | 0.89% | - |
| XYZ | 51.19 | 53.56 | 15.04 | - |
| YUV | 188.11 | 66.43 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 79 | 0 | 0.16 | 0.65 | 0.11 | 45.31 | 0.72 | 0.6 |
| Hex | E2 | BE | 4F | 0 | 10 | 41 | B | 2D | 48 | 3C |
| Octal | 342 | 276 | 117 | 0 | 20 | 101 | 13 | 55 | 110 | 74 |
| Binary | 11100010 | 10111110 | 1001111 | 0 | 10000 | 1000001 | 1011 | 101101 | 1001000 | 111100 |
Color Harmonies of #E2BE4F
Complementary color
Monochromatic Colors of #E2BE4F
Black with #E2BE4F
Text Example
Text Example
White with #E2BE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE4F; }
p { color: rgb(226,190,79); }
H1.HeaderClassName
{
color: #E2BE4F;
}
.AnyTagClassName
{
color: #E2BE4F;
}
</style>
background-color css
<style>
a { background-color: #E2BE4F; }
a { background-color: rgb(226,190,79); }
div.DivClassName
{
background-color: #E2BE4F;
}
.BgClassName
{
background-color: #E2BE4F;
}
</style>
border-color css
<style>
span { border-color: #E2BE4F; }
span { border-color: rgb(226,190,79); }
td.TdClassName
{
border-color: #E2BE4F;
}
.TagClassName
{
border-color: #E2BE4F;
}
</style>