Shades of Ronchi #E6BE57
Tints of Ronchi #E6BE57
RGB
CMYK
RGB Variations
Color information
#E6BE57 (or 0xE6BE57) is known color: Ronchi. HEX triplet: E6, BE and 57. RGB value is (230,190,87). Sum of RGB (Red+Green+Blue) = 230+190+87=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 87 (34.38% from 255 or 17.16% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE57 is #1941A8. Grayscale: #BEBEBE. Windows color (decimal): -1655209 or 5750502. OLE color: 5750502.
HSL color Cylindrical-coordinate representation of color #E6BE57: hue angle of 43.22º 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 #E6BE57 is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 87 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.10 |
| HSL | 43.22º | 0.74% | 0.62% | - |
| HSV(B) | 43.22º | 0.62% | 0.9% | - |
| XYZ | 52.77 | 54.34 | 16.72 | - |
| YUV | 190.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 87 | 0 | 0.17 | 0.62 | 0.10 | 43.22 | 0.74 | 0.62 |
| Hex | E6 | BE | 57 | 0 | 11 | 3E | A | 2B | 4A | 3E |
| Octal | 346 | 276 | 127 | 0 | 21 | 76 | 12 | 53 | 112 | 76 |
| Binary | 11100110 | 10111110 | 1010111 | 0 | 10001 | 111110 | 1010 | 101011 | 1001010 | 111110 |
Color Harmonies of #E6BE57
Complementary color
Monochromatic Colors of #E6BE57
Black with #E6BE57
Text Example
Text Example
White with #E6BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE57; }
p { color: rgb(230,190,87); }
H1.HeaderClassName
{
color: #E6BE57;
}
.AnyTagClassName
{
color: #E6BE57;
}
</style>
background-color css
<style>
a { background-color: #E6BE57; }
a { background-color: rgb(230,190,87); }
div.DivClassName
{
background-color: #E6BE57;
}
.BgClassName
{
background-color: #E6BE57;
}
</style>
border-color css
<style>
span { border-color: #E6BE57; }
span { border-color: rgb(230,190,87); }
td.TdClassName
{
border-color: #E6BE57;
}
.TagClassName
{
border-color: #E6BE57;
}
</style>