Shades of Ronchi #E9BD55
Tints of Ronchi #E9BD55
RGB
CMYK
RGB Variations
Color information
#E9BD55 (or 0xE9BD55) is known color: Ronchi. HEX triplet: E9, BD and 55. RGB value is (233,189,85). Sum of RGB (Red+Green+Blue) = 233+189+85=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 85 (33.59% from 255 or 16.77% from 507); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BD55 is #1642AA. Grayscale: #BEBEBE. Windows color (decimal): -1458859 or 5619177. OLE color: 5619177.
HSL color Cylindrical-coordinate representation of color #E9BD55: hue angle of 42.16º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9BD55 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 189 | 85 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.09 |
| HSL | 42.16º | 0.77% | 0.62% | - |
| HSV(B) | 42.16º | 0.64% | 0.91% | - |
| XYZ | 53.44 | 54.37 | 16.27 | - |
| YUV | 190.3 | 68.58 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 189 | 85 | 0 | 0.19 | 0.64 | 0.09 | 42.16 | 0.77 | 0.62 |
| Hex | E9 | BD | 55 | 0 | 13 | 40 | 9 | 2A | 4D | 3E |
| Octal | 351 | 275 | 125 | 0 | 23 | 100 | 11 | 52 | 115 | 76 |
| Binary | 11101001 | 10111101 | 1010101 | 0 | 10011 | 1000000 | 1001 | 101010 | 1001101 | 111110 |
Color Harmonies of #E9BD55
Complementary color
Monochromatic Colors of #E9BD55
Black with #E9BD55
Text Example
Text Example
White with #E9BD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BD55; }
p { color: rgb(233,189,85); }
H1.HeaderClassName
{
color: #E9BD55;
}
.AnyTagClassName
{
color: #E9BD55;
}
</style>
background-color css
<style>
a { background-color: #E9BD55; }
a { background-color: rgb(233,189,85); }
div.DivClassName
{
background-color: #E9BD55;
}
.BgClassName
{
background-color: #E9BD55;
}
</style>
border-color css
<style>
span { border-color: #E9BD55; }
span { border-color: rgb(233,189,85); }
td.TdClassName
{
border-color: #E9BD55;
}
.TagClassName
{
border-color: #E9BD55;
}
</style>