Shades of Ronchi #EAB85D
Tints of Ronchi #EAB85D
RGB
CMYK
RGB Variations
Color information
#EAB85D (or 0xEAB85D) is known color: Ronchi. HEX triplet: EA, B8 and 5D. RGB value is (234,184,93). Sum of RGB (Red+Green+Blue) = 234+184+93=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB85D is #1547A2. Grayscale: #BCBCBC. Windows color (decimal): -1394595 or 6142186. OLE color: 6142186.
HSL color Cylindrical-coordinate representation of color #EAB85D: hue angle of 38.72º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAB85D is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 93 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.08 |
| HSL | 38.72º | 0.77% | 0.64% | - |
| HSV(B) | 38.72º | 0.6% | 0.92% | - |
| XYZ | 53.05 | 52.56 | 17.71 | - |
| YUV | 188.58 | 74.07 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 93 | 0 | 0.21 | 0.60 | 0.08 | 38.72 | 0.77 | 0.64 |
| Hex | EA | B8 | 5D | 0 | 15 | 3C | 8 | 27 | 4D | 40 |
| Octal | 352 | 270 | 135 | 0 | 25 | 74 | 10 | 47 | 115 | 100 |
| Binary | 11101010 | 10111000 | 1011101 | 0 | 10101 | 111100 | 1000 | 100111 | 1001101 | 1000000 |
Color Harmonies of #EAB85D
Complementary color
Monochromatic Colors of #EAB85D
Black with #EAB85D
Text Example
Text Example
White with #EAB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB85D; }
p { color: rgb(234,184,93); }
H1.HeaderClassName
{
color: #EAB85D;
}
.AnyTagClassName
{
color: #EAB85D;
}
</style>
background-color css
<style>
a { background-color: #EAB85D; }
a { background-color: rgb(234,184,93); }
div.DivClassName
{
background-color: #EAB85D;
}
.BgClassName
{
background-color: #EAB85D;
}
</style>
border-color css
<style>
span { border-color: #EAB85D; }
span { border-color: rgb(234,184,93); }
td.TdClassName
{
border-color: #EAB85D;
}
.TagClassName
{
border-color: #EAB85D;
}
</style>