Shades of Ronchi #E7B04F
Tints of Ronchi #E7B04F
RGB
CMYK
RGB Variations
Color information
#E7B04F (or 0xE7B04F) is known color: Ronchi. HEX triplet: E7, B0 and 4F. RGB value is (231,176,79). Sum of RGB (Red+Green+Blue) = 231+176+79=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B04F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B04F is #184FB0. Grayscale: #B5B5B5. Windows color (decimal): -1593265 or 5222631. OLE color: 5222631.
HSL color Cylindrical-coordinate representation of color #E7B04F: hue angle of 38.29º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7B04F is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 79 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.09 |
| HSL | 38.29º | 0.76% | 0.61% | - |
| HSV(B) | 38.29º | 0.66% | 0.91% | - |
| XYZ | 49.89 | 48.6 | 14.15 | - |
| YUV | 181.39 | 70.22 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 79 | 0 | 0.24 | 0.66 | 0.09 | 38.29 | 0.76 | 0.61 |
| Hex | E7 | B0 | 4F | 0 | 18 | 42 | 9 | 26 | 4C | 3D |
| Octal | 347 | 260 | 117 | 0 | 30 | 102 | 11 | 46 | 114 | 75 |
| Binary | 11100111 | 10110000 | 1001111 | 0 | 11000 | 1000010 | 1001 | 100110 | 1001100 | 111101 |
Color Harmonies of #E7B04F
Complementary color
Monochromatic Colors of #E7B04F
Black with #E7B04F
Text Example
Text Example
White with #E7B04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B04F; }
p { color: rgb(231,176,79); }
H1.HeaderClassName
{
color: #E7B04F;
}
.AnyTagClassName
{
color: #E7B04F;
}
</style>
background-color css
<style>
a { background-color: #E7B04F; }
a { background-color: rgb(231,176,79); }
div.DivClassName
{
background-color: #E7B04F;
}
.BgClassName
{
background-color: #E7B04F;
}
</style>
border-color css
<style>
span { border-color: #E7B04F; }
span { border-color: rgb(231,176,79); }
td.TdClassName
{
border-color: #E7B04F;
}
.TagClassName
{
border-color: #E7B04F;
}
</style>