Shades of Ronchi #E7B04C
Tints of Ronchi #E7B04C
RGB
CMYK
RGB Variations
Color information
#E7B04C (or 0xE7B04C) is known color: Ronchi. HEX triplet: E7, B0 and 4C. RGB value is (231,176,76). Sum of RGB (Red+Green+Blue) = 231+176+76=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7B04C is #184FB3. Grayscale: #B5B5B5. Windows color (decimal): -1593268 or 5026023. OLE color: 5026023.
HSL color Cylindrical-coordinate representation of color #E7B04C: hue angle of 38.71º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7B04C is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 76 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.09 |
| HSL | 38.71º | 0.76% | 0.6% | - |
| HSV(B) | 38.71º | 0.67% | 0.91% | - |
| XYZ | 49.78 | 48.56 | 13.59 | - |
| YUV | 181.05 | 68.72 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 76 | 0 | 0.24 | 0.67 | 0.09 | 38.71 | 0.76 | 0.6 |
| Hex | E7 | B0 | 4C | 0 | 18 | 43 | 9 | 27 | 4C | 3C |
| Octal | 347 | 260 | 114 | 0 | 30 | 103 | 11 | 47 | 114 | 74 |
| Binary | 11100111 | 10110000 | 1001100 | 0 | 11000 | 1000011 | 1001 | 100111 | 1001100 | 111100 |
Color Harmonies of #E7B04C
Complementary color
Monochromatic Colors of #E7B04C
Black with #E7B04C
Text Example
Text Example
White with #E7B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B04C; }
p { color: rgb(231,176,76); }
H1.HeaderClassName
{
color: #E7B04C;
}
.AnyTagClassName
{
color: #E7B04C;
}
</style>
background-color css
<style>
a { background-color: #E7B04C; }
a { background-color: rgb(231,176,76); }
div.DivClassName
{
background-color: #E7B04C;
}
.BgClassName
{
background-color: #E7B04C;
}
</style>
border-color css
<style>
span { border-color: #E7B04C; }
span { border-color: rgb(231,176,76); }
td.TdClassName
{
border-color: #E7B04C;
}
.TagClassName
{
border-color: #E7B04C;
}
</style>