Shades of Ronchi #E6B34E
Tints of Ronchi #E6B34E
RGB
CMYK
RGB Variations
Color information
#E6B34E (or 0xE6B34E) is known color: Ronchi. HEX triplet: E6, B3 and 4E. RGB value is (230,179,78). Sum of RGB (Red+Green+Blue) = 230+179+78=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B34E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B34E is #194CB1. Grayscale: #B7B7B7. Windows color (decimal): -1658034 or 5157862. OLE color: 5157862.
HSL color Cylindrical-coordinate representation of color #E6B34E: hue angle of 39.87º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6B34E is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 78 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.10 |
| HSL | 39.87º | 0.75% | 0.6% | - |
| HSV(B) | 39.87º | 0.66% | 0.9% | - |
| XYZ | 50.13 | 49.61 | 14.14 | - |
| YUV | 182.74 | 68.9 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 78 | 0 | 0.22 | 0.66 | 0.10 | 39.87 | 0.75 | 0.6 |
| Hex | E6 | B3 | 4E | 0 | 16 | 42 | A | 28 | 4B | 3C |
| Octal | 346 | 263 | 116 | 0 | 26 | 102 | 12 | 50 | 113 | 74 |
| Binary | 11100110 | 10110011 | 1001110 | 0 | 10110 | 1000010 | 1010 | 101000 | 1001011 | 111100 |
Color Harmonies of #E6B34E
Complementary color
Monochromatic Colors of #E6B34E
Black with #E6B34E
Text Example
Text Example
White with #E6B34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B34E; }
p { color: rgb(230,179,78); }
H1.HeaderClassName
{
color: #E6B34E;
}
.AnyTagClassName
{
color: #E6B34E;
}
</style>
background-color css
<style>
a { background-color: #E6B34E; }
a { background-color: rgb(230,179,78); }
div.DivClassName
{
background-color: #E6B34E;
}
.BgClassName
{
background-color: #E6B34E;
}
</style>
border-color css
<style>
span { border-color: #E6B34E; }
span { border-color: rgb(230,179,78); }
td.TdClassName
{
border-color: #E6B34E;
}
.TagClassName
{
border-color: #E6B34E;
}
</style>