Shades of Ronchi #E6BE5A
Tints of Ronchi #E6BE5A
RGB
CMYK
RGB Variations
Color information
#E6BE5A (or 0xE6BE5A) is known color: Ronchi. HEX triplet: E6, BE and 5A. RGB value is (230,190,90). Sum of RGB (Red+Green+Blue) = 230+190+90=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE5A is #1941A5. Grayscale: #BFBFBF. Windows color (decimal): -1655206 or 5947110. OLE color: 5947110.
HSL color Cylindrical-coordinate representation of color #E6BE5A: hue angle of 42.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E6BE5A is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 90 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.10 |
| HSL | 42.86º | 0.74% | 0.63% | - |
| HSV(B) | 42.86º | 0.61% | 0.9% | - |
| XYZ | 52.89 | 54.39 | 17.38 | - |
| YUV | 190.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 90 | 0 | 0.17 | 0.61 | 0.10 | 42.86 | 0.74 | 0.63 |
| Hex | E6 | BE | 5A | 0 | 11 | 3D | A | 2B | 4A | 3F |
| Octal | 346 | 276 | 132 | 0 | 21 | 75 | 12 | 53 | 112 | 77 |
| Binary | 11100110 | 10111110 | 1011010 | 0 | 10001 | 111101 | 1010 | 101011 | 1001010 | 111111 |
Color Harmonies of #E6BE5A
Complementary color
Monochromatic Colors of #E6BE5A
Black with #E6BE5A
Text Example
Text Example
White with #E6BE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE5A; }
p { color: rgb(230,190,90); }
H1.HeaderClassName
{
color: #E6BE5A;
}
.AnyTagClassName
{
color: #E6BE5A;
}
</style>
background-color css
<style>
a { background-color: #E6BE5A; }
a { background-color: rgb(230,190,90); }
div.DivClassName
{
background-color: #E6BE5A;
}
.BgClassName
{
background-color: #E6BE5A;
}
</style>
border-color css
<style>
span { border-color: #E6BE5A; }
span { border-color: rgb(230,190,90); }
td.TdClassName
{
border-color: #E6BE5A;
}
.TagClassName
{
border-color: #E6BE5A;
}
</style>