Shades of Ronchi #E2B94A
Tints of Ronchi #E2B94A
RGB
CMYK
RGB Variations
Color information
#E2B94A (or 0xE2B94A) is known color: Ronchi. HEX triplet: E2, B9 and 4A. RGB value is (226,185,74). Sum of RGB (Red+Green+Blue) = 226+185+74=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 74 (29.30% from 255 or 15.26% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B94A is #1D46B5. Grayscale: #B9B9B9. Windows color (decimal): -1918646 or 4897250. OLE color: 4897250.
HSL color Cylindrical-coordinate representation of color #E2B94A: hue angle of 43.82º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2B94A is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 185 | 74 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.11 |
| HSL | 43.82º | 0.72% | 0.59% | - |
| HSV(B) | 43.82º | 0.67% | 0.89% | - |
| XYZ | 49.95 | 51.36 | 13.76 | - |
| YUV | 184.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 185 | 74 | 0 | 0.18 | 0.67 | 0.11 | 43.82 | 0.72 | 0.59 |
| Hex | E2 | B9 | 4A | 0 | 12 | 43 | B | 2C | 48 | 3B |
| Octal | 342 | 271 | 112 | 0 | 22 | 103 | 13 | 54 | 110 | 73 |
| Binary | 11100010 | 10111001 | 1001010 | 0 | 10010 | 1000011 | 1011 | 101100 | 1001000 | 111011 |
Color Harmonies of #E2B94A
Complementary color
Monochromatic Colors of #E2B94A
Black with #E2B94A
Text Example
Text Example
White with #E2B94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B94A; }
p { color: rgb(226,185,74); }
H1.HeaderClassName
{
color: #E2B94A;
}
.AnyTagClassName
{
color: #E2B94A;
}
</style>
background-color css
<style>
a { background-color: #E2B94A; }
a { background-color: rgb(226,185,74); }
div.DivClassName
{
background-color: #E2B94A;
}
.BgClassName
{
background-color: #E2B94A;
}
</style>
border-color css
<style>
span { border-color: #E2B94A; }
span { border-color: rgb(226,185,74); }
td.TdClassName
{
border-color: #E2B94A;
}
.TagClassName
{
border-color: #E2B94A;
}
</style>