Shades of Ronchi #E6BD51
Tints of Ronchi #E6BD51
RGB
CMYK
RGB Variations
Color information
#E6BD51 (or 0xE6BD51) is known color: Ronchi. HEX triplet: E6, BD and 51. RGB value is (230,189,81). Sum of RGB (Red+Green+Blue) = 230+189+81=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BD51 is #1942AE. Grayscale: #BDBDBD. Windows color (decimal): -1655471 or 5357030. OLE color: 5357030.
HSL color Cylindrical-coordinate representation of color #E6BD51: hue angle of 43.49º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6BD51 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 81 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.10 |
| HSL | 43.49º | 0.75% | 0.61% | - |
| HSV(B) | 43.49º | 0.65% | 0.9% | - |
| XYZ | 52.32 | 53.81 | 15.41 | - |
| YUV | 188.95 | 67.08 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 81 | 0 | 0.18 | 0.65 | 0.10 | 43.49 | 0.75 | 0.61 |
| Hex | E6 | BD | 51 | 0 | 12 | 41 | A | 2B | 4B | 3D |
| Octal | 346 | 275 | 121 | 0 | 22 | 101 | 12 | 53 | 113 | 75 |
| Binary | 11100110 | 10111101 | 1010001 | 0 | 10010 | 1000001 | 1010 | 101011 | 1001011 | 111101 |
Color Harmonies of #E6BD51
Complementary color
Monochromatic Colors of #E6BD51
Black with #E6BD51
Text Example
Text Example
White with #E6BD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD51; }
p { color: rgb(230,189,81); }
H1.HeaderClassName
{
color: #E6BD51;
}
.AnyTagClassName
{
color: #E6BD51;
}
</style>
background-color css
<style>
a { background-color: #E6BD51; }
a { background-color: rgb(230,189,81); }
div.DivClassName
{
background-color: #E6BD51;
}
.BgClassName
{
background-color: #E6BD51;
}
</style>
border-color css
<style>
span { border-color: #E6BD51; }
span { border-color: rgb(230,189,81); }
td.TdClassName
{
border-color: #E6BD51;
}
.TagClassName
{
border-color: #E6BD51;
}
</style>