Shades of Ronchi #E2BE4D
Tints of Ronchi #E2BE4D
RGB
CMYK
RGB Variations
Color information
#E2BE4D (or 0xE2BE4D) is known color: Ronchi. HEX triplet: E2, BE and 4D. RGB value is (226,190,77). Sum of RGB (Red+Green+Blue) = 226+190+77=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 77 (30.47% from 255 or 15.62% from 493); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2BE4D is #1D41B2. Grayscale: #BCBCBC. Windows color (decimal): -1917363 or 5095138. OLE color: 5095138.
HSL color Cylindrical-coordinate representation of color #E2BE4D: hue angle of 45.5º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E2BE4D is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 190 | 77 | - |
CMYK | 0 | 0.16 | 0.66 | 0.11 |
HSL | 45.5º | 0.72% | 0.59% | - |
HSV(B) | 45.5º | 0.66% | 0.89% | - |
XYZ | 51.12 | 53.53 | 14.66 | - |
YUV | 187.88 | 65.43 | 155.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 190 | 77 | 0 | 0.16 | 0.66 | 0.11 | 45.5 | 0.72 | 0.59 |
Hex | E2 | BE | 4D | 0 | 10 | 42 | B | 2E | 48 | 3B |
Octal | 342 | 276 | 115 | 0 | 20 | 102 | 13 | 56 | 110 | 73 |
Binary | 11100010 | 10111110 | 1001101 | 0 | 10000 | 1000010 | 1011 | 101110 | 1001000 | 111011 |
Color Harmonies of #E2BE4D
Complementary color
Monochromatic Colors of #E2BE4D
Black with #E2BE4D
Text Example
Text Example
White with #E2BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE4D; }
p { color: rgb(226,190,77); }
H1.HeaderClassName
{
color: #E2BE4D;
}
.AnyTagClassName
{
color: #E2BE4D;
}
</style>
background-color css
<style>
a { background-color: #E2BE4D; }
a { background-color: rgb(226,190,77); }
div.DivClassName
{
background-color: #E2BE4D;
}
.BgClassName
{
background-color: #E2BE4D;
}
</style>
border-color css
<style>
span { border-color: #E2BE4D; }
span { border-color: rgb(226,190,77); }
td.TdClassName
{
border-color: #E2BE4D;
}
.TagClassName
{
border-color: #E2BE4D;
}
</style>