Shades of Ronchi #EAB55D
Tints of Ronchi #EAB55D
RGB
CMYK
RGB Variations
Color information
#EAB55D (or 0xEAB55D) is known color: Ronchi. HEX triplet: EA, B5 and 5D. RGB value is (234,181,93). Sum of RGB (Red+Green+Blue) = 234+181+93=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB55D is #154AA2. Grayscale: #BBBBBB. Windows color (decimal): -1395363 or 6141418. OLE color: 6141418.
HSL color Cylindrical-coordinate representation of color #EAB55D: hue angle of 37.45º 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 #EAB55D is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 93 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.08 |
| HSL | 37.45º | 0.77% | 0.64% | - |
| HSV(B) | 37.45º | 0.6% | 0.92% | - |
| XYZ | 52.43 | 51.33 | 17.5 | - |
| YUV | 186.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 93 | 0 | 0.23 | 0.60 | 0.08 | 37.45 | 0.77 | 0.64 |
| Hex | EA | B5 | 5D | 0 | 17 | 3C | 8 | 25 | 4D | 40 |
| Octal | 352 | 265 | 135 | 0 | 27 | 74 | 10 | 45 | 115 | 100 |
| Binary | 11101010 | 10110101 | 1011101 | 0 | 10111 | 111100 | 1000 | 100101 | 1001101 | 1000000 |
Color Harmonies of #EAB55D
Complementary color
Monochromatic Colors of #EAB55D
Black with #EAB55D
Text Example
Text Example
White with #EAB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB55D; }
p { color: rgb(234,181,93); }
H1.HeaderClassName
{
color: #EAB55D;
}
.AnyTagClassName
{
color: #EAB55D;
}
</style>
background-color css
<style>
a { background-color: #EAB55D; }
a { background-color: rgb(234,181,93); }
div.DivClassName
{
background-color: #EAB55D;
}
.BgClassName
{
background-color: #EAB55D;
}
</style>
border-color css
<style>
span { border-color: #EAB55D; }
span { border-color: rgb(234,181,93); }
td.TdClassName
{
border-color: #EAB55D;
}
.TagClassName
{
border-color: #EAB55D;
}
</style>