Shades of Ronchi #E6B85D
Tints of Ronchi #E6B85D
RGB
CMYK
RGB Variations
Color information
#E6B85D (or 0xE6B85D) is known color: Ronchi. HEX triplet: E6, B8 and 5D. RGB value is (230,184,93). Sum of RGB (Red+Green+Blue) = 230+184+93=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B85D is #1947A2. Grayscale: #BBBBBB. Windows color (decimal): -1656739 or 6142182. OLE color: 6142182.
HSL color Cylindrical-coordinate representation of color #E6B85D: hue angle of 39.85º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6B85D is Cyan = 0, Magento = 0.2, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 93 | - |
| CMYK | 0 | 0.2 | 0.60 | 0.10 |
| HSL | 39.85º | 0.73% | 0.63% | - |
| HSV(B) | 39.85º | 0.6% | 0.9% | - |
| XYZ | 51.75 | 51.89 | 17.65 | - |
| YUV | 187.38 | 74.74 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 93 | 0 | 0.2 | 0.60 | 0.10 | 39.85 | 0.73 | 0.63 |
| Hex | E6 | B8 | 5D | 0 | 14 | 3C | A | 28 | 49 | 3F |
| Octal | 346 | 270 | 135 | 0 | 24 | 74 | 12 | 50 | 111 | 77 |
| Binary | 11100110 | 10111000 | 1011101 | 0 | 10100 | 111100 | 1010 | 101000 | 1001001 | 111111 |
Color Harmonies of #E6B85D
Complementary color
Monochromatic Colors of #E6B85D
Black with #E6B85D
Text Example
Text Example
White with #E6B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B85D; }
p { color: rgb(230,184,93); }
H1.HeaderClassName
{
color: #E6B85D;
}
.AnyTagClassName
{
color: #E6B85D;
}
</style>
background-color css
<style>
a { background-color: #E6B85D; }
a { background-color: rgb(230,184,93); }
div.DivClassName
{
background-color: #E6B85D;
}
.BgClassName
{
background-color: #E6B85D;
}
</style>
border-color css
<style>
span { border-color: #E6B85D; }
span { border-color: rgb(230,184,93); }
td.TdClassName
{
border-color: #E6B85D;
}
.TagClassName
{
border-color: #E6B85D;
}
</style>