Shades of Ronchi #E6B14D
Tints of Ronchi #E6B14D
RGB
CMYK
RGB Variations
Color information
#E6B14D (or 0xE6B14D) is known color: Ronchi. HEX triplet: E6, B1 and 4D. RGB value is (230,177,77). Sum of RGB (Red+Green+Blue) = 230+177+77=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6B14D is #194EB2. Grayscale: #B5B5B5. Windows color (decimal): -1658547 or 5091814. OLE color: 5091814.
HSL color Cylindrical-coordinate representation of color #E6B14D: hue angle of 39.22º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6B14D is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 177 | 77 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.10 |
| HSL | 39.22º | 0.75% | 0.6% | - |
| HSV(B) | 39.22º | 0.67% | 0.9% | - |
| XYZ | 49.69 | 48.8 | 13.82 | - |
| YUV | 181.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 177 | 77 | 0 | 0.23 | 0.67 | 0.10 | 39.22 | 0.75 | 0.6 |
| Hex | E6 | B1 | 4D | 0 | 17 | 43 | A | 27 | 4B | 3C |
| Octal | 346 | 261 | 115 | 0 | 27 | 103 | 12 | 47 | 113 | 74 |
| Binary | 11100110 | 10110001 | 1001101 | 0 | 10111 | 1000011 | 1010 | 100111 | 1001011 | 111100 |
Color Harmonies of #E6B14D
Complementary color
Monochromatic Colors of #E6B14D
Black with #E6B14D
Text Example
Text Example
White with #E6B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B14D; }
p { color: rgb(230,177,77); }
H1.HeaderClassName
{
color: #E6B14D;
}
.AnyTagClassName
{
color: #E6B14D;
}
</style>
background-color css
<style>
a { background-color: #E6B14D; }
a { background-color: rgb(230,177,77); }
div.DivClassName
{
background-color: #E6B14D;
}
.BgClassName
{
background-color: #E6B14D;
}
</style>
border-color css
<style>
span { border-color: #E6B14D; }
span { border-color: rgb(230,177,77); }
td.TdClassName
{
border-color: #E6B14D;
}
.TagClassName
{
border-color: #E6B14D;
}
</style>