Shades of Ronchi #E8BD56
Tints of Ronchi #E8BD56
RGB
CMYK
RGB Variations
Color information
#E8BD56 (or 0xE8BD56) is known color: Ronchi. HEX triplet: E8, BD and 56. RGB value is (232,189,86). Sum of RGB (Red+Green+Blue) = 232+189+86=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BD56 is #1742A9. Grayscale: #BEBEBE. Windows color (decimal): -1524394 or 5684712. OLE color: 5684712.
HSL color Cylindrical-coordinate representation of color #E8BD56: hue angle of 42.33º degrees, saturation: 0.76, 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 #E8BD56 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 189 | 86 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.09 |
| HSL | 42.33º | 0.76% | 0.62% | - |
| HSV(B) | 42.33º | 0.63% | 0.91% | - |
| XYZ | 53.16 | 54.22 | 16.47 | - |
| YUV | 190.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 189 | 86 | 0 | 0.19 | 0.63 | 0.09 | 42.33 | 0.76 | 0.62 |
| Hex | E8 | BD | 56 | 0 | 13 | 3F | 9 | 2A | 4C | 3E |
| Octal | 350 | 275 | 126 | 0 | 23 | 77 | 11 | 52 | 114 | 76 |
| Binary | 11101000 | 10111101 | 1010110 | 0 | 10011 | 111111 | 1001 | 101010 | 1001100 | 111110 |
Color Harmonies of #E8BD56
Complementary color
Monochromatic Colors of #E8BD56
Black with #E8BD56
Text Example
Text Example
White with #E8BD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8BD56; }
p { color: rgb(232,189,86); }
H1.HeaderClassName
{
color: #E8BD56;
}
.AnyTagClassName
{
color: #E8BD56;
}
</style>
background-color css
<style>
a { background-color: #E8BD56; }
a { background-color: rgb(232,189,86); }
div.DivClassName
{
background-color: #E8BD56;
}
.BgClassName
{
background-color: #E8BD56;
}
</style>
border-color css
<style>
span { border-color: #E8BD56; }
span { border-color: rgb(232,189,86); }
td.TdClassName
{
border-color: #E8BD56;
}
.TagClassName
{
border-color: #E8BD56;
}
</style>