Shades of Ronchi #E6BD5E
Tints of Ronchi #E6BD5E
RGB
CMYK
RGB Variations
Color information
#E6BD5E (or 0xE6BD5E) is known color: Ronchi. HEX triplet: E6, BD and 5E. RGB value is (230,189,94). Sum of RGB (Red+Green+Blue) = 230+189+94=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BD5E is #1942A1. Grayscale: #BEBEBE. Windows color (decimal): -1655458 or 6208998. OLE color: 6208998.
HSL color Cylindrical-coordinate representation of color #E6BD5E: hue angle of 41.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E6BD5E is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 94 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.10 |
| HSL | 41.91º | 0.73% | 0.64% | - |
| HSV(B) | 41.91º | 0.59% | 0.9% | - |
| XYZ | 52.85 | 54.03 | 18.23 | - |
| YUV | 190.43 | 73.58 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 94 | 0 | 0.18 | 0.59 | 0.10 | 41.91 | 0.73 | 0.64 |
| Hex | E6 | BD | 5E | 0 | 12 | 3B | A | 2A | 49 | 40 |
| Octal | 346 | 275 | 136 | 0 | 22 | 73 | 12 | 52 | 111 | 100 |
| Binary | 11100110 | 10111101 | 1011110 | 0 | 10010 | 111011 | 1010 | 101010 | 1001001 | 1000000 |
Color Harmonies of #E6BD5E
Complementary color
Monochromatic Colors of #E6BD5E
Black with #E6BD5E
Text Example
Text Example
White with #E6BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD5E; }
p { color: rgb(230,189,94); }
H1.HeaderClassName
{
color: #E6BD5E;
}
.AnyTagClassName
{
color: #E6BD5E;
}
</style>
background-color css
<style>
a { background-color: #E6BD5E; }
a { background-color: rgb(230,189,94); }
div.DivClassName
{
background-color: #E6BD5E;
}
.BgClassName
{
background-color: #E6BD5E;
}
</style>
border-color css
<style>
span { border-color: #E6BD5E; }
span { border-color: rgb(230,189,94); }
td.TdClassName
{
border-color: #E6BD5E;
}
.TagClassName
{
border-color: #E6BD5E;
}
</style>