Shades of Ronchi #E7BD56
Tints of Ronchi #E7BD56
RGB
CMYK
RGB Variations
Color information
#E7BD56 (or 0xE7BD56) is known color: Ronchi. HEX triplet: E7, BD and 56. RGB value is (231,189,86). Sum of RGB (Red+Green+Blue) = 231+189+86=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BD56 is #1842A9. Grayscale: #BEBEBE. Windows color (decimal): -1589930 or 5684711. OLE color: 5684711.
HSL color Cylindrical-coordinate representation of color #E7BD56: hue angle of 42.62º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E7BD56 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 189 | 86 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.09 |
| HSL | 42.62º | 0.75% | 0.62% | - |
| HSV(B) | 42.62º | 0.63% | 0.91% | - |
| XYZ | 52.83 | 54.06 | 16.45 | - |
| YUV | 189.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 189 | 86 | 0 | 0.18 | 0.63 | 0.09 | 42.62 | 0.75 | 0.62 |
| Hex | E7 | BD | 56 | 0 | 12 | 3F | 9 | 2B | 4B | 3E |
| Octal | 347 | 275 | 126 | 0 | 22 | 77 | 11 | 53 | 113 | 76 |
| Binary | 11100111 | 10111101 | 1010110 | 0 | 10010 | 111111 | 1001 | 101011 | 1001011 | 111110 |
Color Harmonies of #E7BD56
Complementary color
Monochromatic Colors of #E7BD56
Black with #E7BD56
Text Example
Text Example
White with #E7BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7BD56; }
p { color: rgb(231,189,86); }
H1.HeaderClassName
{
color: #E7BD56;
}
.AnyTagClassName
{
color: #E7BD56;
}
</style>
background-color css
<style>
a { background-color: #E7BD56; }
a { background-color: rgb(231,189,86); }
div.DivClassName
{
background-color: #E7BD56;
}
.BgClassName
{
background-color: #E7BD56;
}
</style>
border-color css
<style>
span { border-color: #E7BD56; }
span { border-color: rgb(231,189,86); }
td.TdClassName
{
border-color: #E7BD56;
}
.TagClassName
{
border-color: #E7BD56;
}
</style>