Shades of Ronchi #E2B64C
Tints of Ronchi #E2B64C
RGB
CMYK
RGB Variations
Color information
#E2B64C (or 0xE2B64C) is known color: Ronchi. HEX triplet: E2, B6 and 4C. RGB value is (226,182,76). Sum of RGB (Red+Green+Blue) = 226+182+76=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B64C is #1D49B3. Grayscale: #B7B7B7. Windows color (decimal): -1919412 or 5027554. OLE color: 5027554.
HSL color Cylindrical-coordinate representation of color #E2B64C: hue angle of 42.4º 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 #E2B64C is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 76 | - |
| CMYK | 0 | 0.19 | 0.66 | 0.11 |
| HSL | 42.4º | 0.72% | 0.59% | - |
| HSV(B) | 42.4º | 0.66% | 0.89% | - |
| XYZ | 49.4 | 50.15 | 13.91 | - |
| YUV | 183.07 | 67.58 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 76 | 0 | 0.19 | 0.66 | 0.11 | 42.4 | 0.72 | 0.59 |
| Hex | E2 | B6 | 4C | 0 | 13 | 42 | B | 2A | 48 | 3B |
| Octal | 342 | 266 | 114 | 0 | 23 | 102 | 13 | 52 | 110 | 73 |
| Binary | 11100010 | 10110110 | 1001100 | 0 | 10011 | 1000010 | 1011 | 101010 | 1001000 | 111011 |
Color Harmonies of #E2B64C
Complementary color
Monochromatic Colors of #E2B64C
Black with #E2B64C
Text Example
Text Example
White with #E2B64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B64C; }
p { color: rgb(226,182,76); }
H1.HeaderClassName
{
color: #E2B64C;
}
.AnyTagClassName
{
color: #E2B64C;
}
</style>
background-color css
<style>
a { background-color: #E2B64C; }
a { background-color: rgb(226,182,76); }
div.DivClassName
{
background-color: #E2B64C;
}
.BgClassName
{
background-color: #E2B64C;
}
</style>
border-color css
<style>
span { border-color: #E2B64C; }
span { border-color: rgb(226,182,76); }
td.TdClassName
{
border-color: #E2B64C;
}
.TagClassName
{
border-color: #E2B64C;
}
</style>