Shades of Ronchi #E6B74A
Tints of Ronchi #E6B74A
RGB
CMYK
RGB Variations
Color information
#E6B74A (or 0xE6B74A) is known color: Ronchi. HEX triplet: E6, B7 and 4A. RGB value is (230,183,74). Sum of RGB (Red+Green+Blue) = 230+183+74=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B74A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B74A is #1948B5. Grayscale: #B9B9B9. Windows color (decimal): -1657014 or 4896742. OLE color: 4896742.
HSL color Cylindrical-coordinate representation of color #E6B74A: hue angle of 41.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E6B74A is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 74 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.10 |
| HSL | 41.92º | 0.76% | 0.6% | - |
| HSV(B) | 41.92º | 0.68% | 0.9% | - |
| XYZ | 50.8 | 51.18 | 13.68 | - |
| YUV | 184.63 | 65.57 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 74 | 0 | 0.20 | 0.68 | 0.10 | 41.92 | 0.76 | 0.6 |
| Hex | E6 | B7 | 4A | 0 | 14 | 44 | A | 2A | 4C | 3C |
| Octal | 346 | 267 | 112 | 0 | 24 | 104 | 12 | 52 | 114 | 74 |
| Binary | 11100110 | 10110111 | 1001010 | 0 | 10100 | 1000100 | 1010 | 101010 | 1001100 | 111100 |
Color Harmonies of #E6B74A
Complementary color
Monochromatic Colors of #E6B74A
Black with #E6B74A
Text Example
Text Example
White with #E6B74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B74A; }
p { color: rgb(230,183,74); }
H1.HeaderClassName
{
color: #E6B74A;
}
.AnyTagClassName
{
color: #E6B74A;
}
</style>
background-color css
<style>
a { background-color: #E6B74A; }
a { background-color: rgb(230,183,74); }
div.DivClassName
{
background-color: #E6B74A;
}
.BgClassName
{
background-color: #E6B74A;
}
</style>
border-color css
<style>
span { border-color: #E6B74A; }
span { border-color: rgb(230,183,74); }
td.TdClassName
{
border-color: #E6B74A;
}
.TagClassName
{
border-color: #E6B74A;
}
</style>