Shades of Ronchi #E6BD59
Tints of Ronchi #E6BD59
RGB
CMYK
RGB Variations
Color information
#E6BD59 (or 0xE6BD59) is known color: Ronchi. HEX triplet: E6, BD and 59. RGB value is (230,189,89). Sum of RGB (Red+Green+Blue) = 230+189+89=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BD59 is #1942A6. Grayscale: #BEBEBE. Windows color (decimal): -1655463 or 5881318. OLE color: 5881318.
HSL color Cylindrical-coordinate representation of color #E6BD59: hue angle of 42.55º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6BD59 is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 89 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.10 |
| HSL | 42.55º | 0.74% | 0.63% | - |
| HSV(B) | 42.55º | 0.61% | 0.9% | - |
| XYZ | 52.63 | 53.94 | 17.09 | - |
| YUV | 189.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 89 | 0 | 0.18 | 0.61 | 0.10 | 42.55 | 0.74 | 0.63 |
| Hex | E6 | BD | 59 | 0 | 12 | 3D | A | 2B | 4A | 3F |
| Octal | 346 | 275 | 131 | 0 | 22 | 75 | 12 | 53 | 112 | 77 |
| Binary | 11100110 | 10111101 | 1011001 | 0 | 10010 | 111101 | 1010 | 101011 | 1001010 | 111111 |
Color Harmonies of #E6BD59
Complementary color
Monochromatic Colors of #E6BD59
Black with #E6BD59
Text Example
Text Example
White with #E6BD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD59; }
p { color: rgb(230,189,89); }
H1.HeaderClassName
{
color: #E6BD59;
}
.AnyTagClassName
{
color: #E6BD59;
}
</style>
background-color css
<style>
a { background-color: #E6BD59; }
a { background-color: rgb(230,189,89); }
div.DivClassName
{
background-color: #E6BD59;
}
.BgClassName
{
background-color: #E6BD59;
}
</style>
border-color css
<style>
span { border-color: #E6BD59; }
span { border-color: rgb(230,189,89); }
td.TdClassName
{
border-color: #E6BD59;
}
.TagClassName
{
border-color: #E6BD59;
}
</style>