Shades of Ronchi #E6BE58
Tints of Ronchi #E6BE58
RGB
CMYK
RGB Variations
Color information
#E6BE58 (or 0xE6BE58) is known color: Ronchi. HEX triplet: E6, BE and 58. RGB value is (230,190,88). Sum of RGB (Red+Green+Blue) = 230+190+88=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE58 is #1941A7. Grayscale: #BEBEBE. Windows color (decimal): -1655208 or 5816038. OLE color: 5816038.
HSL color Cylindrical-coordinate representation of color #E6BE58: hue angle of 43.1º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6BE58 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 88 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.10 |
| HSL | 43.1º | 0.74% | 0.62% | - |
| HSV(B) | 43.1º | 0.62% | 0.9% | - |
| XYZ | 52.81 | 54.35 | 16.94 | - |
| YUV | 190.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 88 | 0 | 0.17 | 0.62 | 0.10 | 43.1 | 0.74 | 0.62 |
| Hex | E6 | BE | 58 | 0 | 11 | 3E | A | 2B | 4A | 3E |
| Octal | 346 | 276 | 130 | 0 | 21 | 76 | 12 | 53 | 112 | 76 |
| Binary | 11100110 | 10111110 | 1011000 | 0 | 10001 | 111110 | 1010 | 101011 | 1001010 | 111110 |
Color Harmonies of #E6BE58
Complementary color
Monochromatic Colors of #E6BE58
Black with #E6BE58
Text Example
Text Example
White with #E6BE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE58; }
p { color: rgb(230,190,88); }
H1.HeaderClassName
{
color: #E6BE58;
}
.AnyTagClassName
{
color: #E6BE58;
}
</style>
background-color css
<style>
a { background-color: #E6BE58; }
a { background-color: rgb(230,190,88); }
div.DivClassName
{
background-color: #E6BE58;
}
.BgClassName
{
background-color: #E6BE58;
}
</style>
border-color css
<style>
span { border-color: #E6BE58; }
span { border-color: rgb(230,190,88); }
td.TdClassName
{
border-color: #E6BE58;
}
.TagClassName
{
border-color: #E6BE58;
}
</style>