Shades of Ronchi #E6BC4F
Tints of Ronchi #E6BC4F
RGB
CMYK
RGB Variations
Color information
#E6BC4F (or 0xE6BC4F) is known color: Ronchi. HEX triplet: E6, BC and 4F. RGB value is (230,188,79). Sum of RGB (Red+Green+Blue) = 230+188+79=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BC4F is #1943B0. Grayscale: #BCBCBC. Windows color (decimal): -1655729 or 5225702. OLE color: 5225702.
HSL color Cylindrical-coordinate representation of color #E6BC4F: hue angle of 43.31º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E6BC4F is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 79 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.10 |
| HSL | 43.31º | 0.75% | 0.61% | - |
| HSV(B) | 43.31º | 0.66% | 0.9% | - |
| XYZ | 52.03 | 53.35 | 14.95 | - |
| YUV | 188.13 | 66.41 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 79 | 0 | 0.18 | 0.66 | 0.10 | 43.31 | 0.75 | 0.61 |
| Hex | E6 | BC | 4F | 0 | 12 | 42 | A | 2B | 4B | 3D |
| Octal | 346 | 274 | 117 | 0 | 22 | 102 | 12 | 53 | 113 | 75 |
| Binary | 11100110 | 10111100 | 1001111 | 0 | 10010 | 1000010 | 1010 | 101011 | 1001011 | 111101 |
Color Harmonies of #E6BC4F
Complementary color
Monochromatic Colors of #E6BC4F
Black with #E6BC4F
Text Example
Text Example
White with #E6BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC4F; }
p { color: rgb(230,188,79); }
H1.HeaderClassName
{
color: #E6BC4F;
}
.AnyTagClassName
{
color: #E6BC4F;
}
</style>
background-color css
<style>
a { background-color: #E6BC4F; }
a { background-color: rgb(230,188,79); }
div.DivClassName
{
background-color: #E6BC4F;
}
.BgClassName
{
background-color: #E6BC4F;
}
</style>
border-color css
<style>
span { border-color: #E6BC4F; }
span { border-color: rgb(230,188,79); }
td.TdClassName
{
border-color: #E6BC4F;
}
.TagClassName
{
border-color: #E6BC4F;
}
</style>