Shades of Ronchi #E2B84C
Tints of Ronchi #E2B84C
RGB
CMYK
RGB Variations
Color information
#E2B84C (or 0xE2B84C) is known color: Ronchi. HEX triplet: E2, B8 and 4C. RGB value is (226,184,76). Sum of RGB (Red+Green+Blue) = 226+184+76=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B84C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B84C is #1D47B3. Grayscale: #B8B8B8. Windows color (decimal): -1918900 or 5028066. OLE color: 5028066.
HSL color Cylindrical-coordinate representation of color #E2B84C: hue angle of 43.2º 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 #E2B84C is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 76 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.11 |
| HSL | 43.2º | 0.72% | 0.59% | - |
| HSV(B) | 43.2º | 0.66% | 0.89% | - |
| XYZ | 49.81 | 50.97 | 14.05 | - |
| YUV | 184.25 | 66.91 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 76 | 0 | 0.19 | 0.66 | 0.11 | 43.2 | 0.72 | 0.59 |
| Hex | E2 | B8 | 4C | 0 | 13 | 42 | B | 2B | 48 | 3B |
| Octal | 342 | 270 | 114 | 0 | 23 | 102 | 13 | 53 | 110 | 73 |
| Binary | 11100010 | 10111000 | 1001100 | 0 | 10011 | 1000010 | 1011 | 101011 | 1001000 | 111011 |
Color Harmonies of #E2B84C
Complementary color
Monochromatic Colors of #E2B84C
Black with #E2B84C
Text Example
Text Example
White with #E2B84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B84C; }
p { color: rgb(226,184,76); }
H1.HeaderClassName
{
color: #E2B84C;
}
.AnyTagClassName
{
color: #E2B84C;
}
</style>
background-color css
<style>
a { background-color: #E2B84C; }
a { background-color: rgb(226,184,76); }
div.DivClassName
{
background-color: #E2B84C;
}
.BgClassName
{
background-color: #E2B84C;
}
</style>
border-color css
<style>
span { border-color: #E2B84C; }
span { border-color: rgb(226,184,76); }
td.TdClassName
{
border-color: #E2B84C;
}
.TagClassName
{
border-color: #E2B84C;
}
</style>