Shades of Ronchi #E7BB4D
Tints of Ronchi #E7BB4D
RGB
CMYK
RGB Variations
Color information
#E7BB4D (or 0xE7BB4D) is known color: Ronchi. HEX triplet: E7, BB and 4D. RGB value is (231,187,77). Sum of RGB (Red+Green+Blue) = 231+187+77=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BB4D is #1844B2. Grayscale: #BCBCBC. Windows color (decimal): -1590451 or 5094375. OLE color: 5094375.
HSL color Cylindrical-coordinate representation of color #E7BB4D: hue angle of 42.86º 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 #E7BB4D is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 187 | 77 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.09 |
| HSL | 42.86º | 0.76% | 0.6% | - |
| HSV(B) | 42.86º | 0.67% | 0.91% | - |
| XYZ | 52.06 | 53.07 | 14.52 | - |
| YUV | 187.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 187 | 77 | 0 | 0.19 | 0.67 | 0.09 | 42.86 | 0.76 | 0.6 |
| Hex | E7 | BB | 4D | 0 | 13 | 43 | 9 | 2B | 4C | 3C |
| Octal | 347 | 273 | 115 | 0 | 23 | 103 | 11 | 53 | 114 | 74 |
| Binary | 11100111 | 10111011 | 1001101 | 0 | 10011 | 1000011 | 1001 | 101011 | 1001100 | 111100 |
Color Harmonies of #E7BB4D
Complementary color
Monochromatic Colors of #E7BB4D
Black with #E7BB4D
Text Example
Text Example
White with #E7BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BB4D; }
p { color: rgb(231,187,77); }
H1.HeaderClassName
{
color: #E7BB4D;
}
.AnyTagClassName
{
color: #E7BB4D;
}
</style>
background-color css
<style>
a { background-color: #E7BB4D; }
a { background-color: rgb(231,187,77); }
div.DivClassName
{
background-color: #E7BB4D;
}
.BgClassName
{
background-color: #E7BB4D;
}
</style>
border-color css
<style>
span { border-color: #E7BB4D; }
span { border-color: rgb(231,187,77); }
td.TdClassName
{
border-color: #E7BB4D;
}
.TagClassName
{
border-color: #E7BB4D;
}
</style>