Shades of Ronchi #E6BE55
Tints of Ronchi #E6BE55
RGB
CMYK
RGB Variations
Color information
#E6BE55 (or 0xE6BE55) is known color: Ronchi. HEX triplet: E6, BE and 55. RGB value is (230,190,85). Sum of RGB (Red+Green+Blue) = 230+190+85=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE55 is #1941AA. Grayscale: #BEBEBE. Windows color (decimal): -1655211 or 5619430. OLE color: 5619430.
HSL color Cylindrical-coordinate representation of color #E6BE55: hue angle of 43.45º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6BE55 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 190 | 85 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.10 |
| HSL | 43.45º | 0.74% | 0.62% | - |
| HSV(B) | 43.45º | 0.63% | 0.9% | - |
| XYZ | 52.69 | 54.31 | 16.3 | - |
| YUV | 189.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 190 | 85 | 0 | 0.17 | 0.63 | 0.10 | 43.45 | 0.74 | 0.62 |
| Hex | E6 | BE | 55 | 0 | 11 | 3F | A | 2B | 4A | 3E |
| Octal | 346 | 276 | 125 | 0 | 21 | 77 | 12 | 53 | 112 | 76 |
| Binary | 11100110 | 10111110 | 1010101 | 0 | 10001 | 111111 | 1010 | 101011 | 1001010 | 111110 |
Color Harmonies of #E6BE55
Complementary color
Monochromatic Colors of #E6BE55
Black with #E6BE55
Text Example
Text Example
White with #E6BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BE55; }
p { color: rgb(230,190,85); }
H1.HeaderClassName
{
color: #E6BE55;
}
.AnyTagClassName
{
color: #E6BE55;
}
</style>
background-color css
<style>
a { background-color: #E6BE55; }
a { background-color: rgb(230,190,85); }
div.DivClassName
{
background-color: #E6BE55;
}
.BgClassName
{
background-color: #E6BE55;
}
</style>
border-color css
<style>
span { border-color: #E6BE55; }
span { border-color: rgb(230,190,85); }
td.TdClassName
{
border-color: #E6BE55;
}
.TagClassName
{
border-color: #E6BE55;
}
</style>