Shades of Ronchi #E6B849
Tints of Ronchi #E6B849
RGB
CMYK
RGB Variations
Color information
#E6B849 (or 0xE6B849) is known color: Ronchi. HEX triplet: E6, B8 and 49. RGB value is (230,184,73). Sum of RGB (Red+Green+Blue) = 230+184+73=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B849 is #1947B6. Grayscale: #B9B9B9. Windows color (decimal): -1656759 or 4831462. OLE color: 4831462.
HSL color Cylindrical-coordinate representation of color #E6B849: hue angle of 42.42º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6B849 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 73 | - |
| CMYK | 0 | 0.2 | 0.68 | 0.10 |
| HSL | 42.42º | 0.76% | 0.59% | - |
| HSV(B) | 42.42º | 0.68% | 0.9% | - |
| XYZ | 50.98 | 51.59 | 13.57 | - |
| YUV | 185.1 | 64.74 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 73 | 0 | 0.2 | 0.68 | 0.10 | 42.42 | 0.76 | 0.59 |
| Hex | E6 | B8 | 49 | 0 | 14 | 44 | A | 2A | 4C | 3B |
| Octal | 346 | 270 | 111 | 0 | 24 | 104 | 12 | 52 | 114 | 73 |
| Binary | 11100110 | 10111000 | 1001001 | 0 | 10100 | 1000100 | 1010 | 101010 | 1001100 | 111011 |
Color Harmonies of #E6B849
Complementary color
Monochromatic Colors of #E6B849
Black with #E6B849
Text Example
Text Example
White with #E6B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B849; }
p { color: rgb(230,184,73); }
H1.HeaderClassName
{
color: #E6B849;
}
.AnyTagClassName
{
color: #E6B849;
}
</style>
background-color css
<style>
a { background-color: #E6B849; }
a { background-color: rgb(230,184,73); }
div.DivClassName
{
background-color: #E6B849;
}
.BgClassName
{
background-color: #E6B849;
}
</style>
border-color css
<style>
span { border-color: #E6B849; }
span { border-color: rgb(230,184,73); }
td.TdClassName
{
border-color: #E6B849;
}
.TagClassName
{
border-color: #E6B849;
}
</style>