Shades of Ronchi #E2B24C
Tints of Ronchi #E2B24C
RGB
CMYK
RGB Variations
Color information
#E2B24C (or 0xE2B24C) is known color: Ronchi. HEX triplet: E2, B2 and 4C. RGB value is (226,178,76). Sum of RGB (Red+Green+Blue) = 226+178+76=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B24C is #1D4DB3. Grayscale: #B5B5B5. Windows color (decimal): -1920436 or 5026530. OLE color: 5026530.
HSL color Cylindrical-coordinate representation of color #E2B24C: hue angle of 40.8º 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 #E2B24C is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 76 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.11 |
| HSL | 40.8º | 0.72% | 0.59% | - |
| HSV(B) | 40.8º | 0.66% | 0.89% | - |
| XYZ | 48.59 | 48.53 | 13.64 | - |
| YUV | 180.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 76 | 0 | 0.21 | 0.66 | 0.11 | 40.8 | 0.72 | 0.59 |
| Hex | E2 | B2 | 4C | 0 | 15 | 42 | B | 29 | 48 | 3B |
| Octal | 342 | 262 | 114 | 0 | 25 | 102 | 13 | 51 | 110 | 73 |
| Binary | 11100010 | 10110010 | 1001100 | 0 | 10101 | 1000010 | 1011 | 101001 | 1001000 | 111011 |
Color Harmonies of #E2B24C
Complementary color
Monochromatic Colors of #E2B24C
Black with #E2B24C
Text Example
Text Example
White with #E2B24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B24C; }
p { color: rgb(226,178,76); }
H1.HeaderClassName
{
color: #E2B24C;
}
.AnyTagClassName
{
color: #E2B24C;
}
</style>
background-color css
<style>
a { background-color: #E2B24C; }
a { background-color: rgb(226,178,76); }
div.DivClassName
{
background-color: #E2B24C;
}
.BgClassName
{
background-color: #E2B24C;
}
</style>
border-color css
<style>
span { border-color: #E2B24C; }
span { border-color: rgb(226,178,76); }
td.TdClassName
{
border-color: #E2B24C;
}
.TagClassName
{
border-color: #E2B24C;
}
</style>