Shades of Ronchi #E7B04D
Tints of Ronchi #E7B04D
RGB
CMYK
RGB Variations
Color information
#E7B04D (or 0xE7B04D) is known color: Ronchi. HEX triplet: E7, B0 and 4D. RGB value is (231,176,77). Sum of RGB (Red+Green+Blue) = 231+176+77=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B04D is #184FB2. Grayscale: #B5B5B5. Windows color (decimal): -1593267 or 5091559. OLE color: 5091559.
HSL color Cylindrical-coordinate representation of color #E7B04D: hue angle of 38.57º 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 #E7B04D is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 176 | 77 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.09 |
| HSL | 38.57º | 0.76% | 0.6% | - |
| HSV(B) | 38.57º | 0.67% | 0.91% | - |
| XYZ | 49.82 | 48.58 | 13.77 | - |
| YUV | 181.16 | 69.22 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 176 | 77 | 0 | 0.24 | 0.67 | 0.09 | 38.57 | 0.76 | 0.6 |
| Hex | E7 | B0 | 4D | 0 | 18 | 43 | 9 | 27 | 4C | 3C |
| Octal | 347 | 260 | 115 | 0 | 30 | 103 | 11 | 47 | 114 | 74 |
| Binary | 11100111 | 10110000 | 1001101 | 0 | 11000 | 1000011 | 1001 | 100111 | 1001100 | 111100 |
Color Harmonies of #E7B04D
Complementary color
Monochromatic Colors of #E7B04D
Black with #E7B04D
Text Example
Text Example
White with #E7B04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B04D; }
p { color: rgb(231,176,77); }
H1.HeaderClassName
{
color: #E7B04D;
}
.AnyTagClassName
{
color: #E7B04D;
}
</style>
background-color css
<style>
a { background-color: #E7B04D; }
a { background-color: rgb(231,176,77); }
div.DivClassName
{
background-color: #E7B04D;
}
.BgClassName
{
background-color: #E7B04D;
}
</style>
border-color css
<style>
span { border-color: #E7B04D; }
span { border-color: rgb(231,176,77); }
td.TdClassName
{
border-color: #E7B04D;
}
.TagClassName
{
border-color: #E7B04D;
}
</style>