Shades of Ronchi #E6B945
Tints of Ronchi #E6B945
RGB
CMYK
RGB Variations
Color information
#E6B945 (or 0xE6B945) is known color: Ronchi. HEX triplet: E6, B9 and 45. RGB value is (230,185,69). Sum of RGB (Red+Green+Blue) = 230+185+69=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B945 is #1946BA. Grayscale: #B9B9B9. Windows color (decimal): -1656507 or 4569574. OLE color: 4569574.
HSL color Cylindrical-coordinate representation of color #E6B945: hue angle of 43.23º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6B945 is Cyan = 0, Magento = 0.20, Yellow = 0.7 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 69 | - |
| CMYK | 0 | 0.20 | 0.7 | 0.10 |
| HSL | 43.23º | 0.76% | 0.59% | - |
| HSV(B) | 43.23º | 0.7% | 0.9% | - |
| XYZ | 51.06 | 51.95 | 12.97 | - |
| YUV | 185.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 69 | 0 | 0.20 | 0.7 | 0.10 | 43.23 | 0.76 | 0.59 |
| Hex | E6 | B9 | 45 | 0 | 14 | 46 | A | 2B | 4C | 3B |
| Octal | 346 | 271 | 105 | 0 | 24 | 106 | 12 | 53 | 114 | 73 |
| Binary | 11100110 | 10111001 | 1000101 | 0 | 10100 | 1000110 | 1010 | 101011 | 1001100 | 111011 |
Color Harmonies of #E6B945
Complementary color
Monochromatic Colors of #E6B945
Black with #E6B945
Text Example
Text Example
White with #E6B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B945; }
p { color: rgb(230,185,69); }
H1.HeaderClassName
{
color: #E6B945;
}
.AnyTagClassName
{
color: #E6B945;
}
</style>
background-color css
<style>
a { background-color: #E6B945; }
a { background-color: rgb(230,185,69); }
div.DivClassName
{
background-color: #E6B945;
}
.BgClassName
{
background-color: #E6B945;
}
</style>
border-color css
<style>
span { border-color: #E6B945; }
span { border-color: rgb(230,185,69); }
td.TdClassName
{
border-color: #E6B945;
}
.TagClassName
{
border-color: #E6B945;
}
</style>