Shades of Ronchi #EABC50
Tints of Ronchi #EABC50
RGB
CMYK
RGB Variations
Color information
#EABC50 (or 0xEABC50) is known color: Ronchi. HEX triplet: EA, BC and 50. RGB value is (234,188,80). Sum of RGB (Red+Green+Blue) = 234+188+80=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC50 is #1543AF. Grayscale: #BDBDBD. Windows color (decimal): -1393584 or 5291242. OLE color: 5291242.
HSL color Cylindrical-coordinate representation of color #EABC50: hue angle of 42.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EABC50 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 80 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.08 |
| HSL | 42.08º | 0.79% | 0.62% | - |
| HSV(B) | 42.08º | 0.66% | 0.92% | - |
| XYZ | 53.36 | 54.04 | 15.21 | - |
| YUV | 189.44 | 66.24 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 80 | 0 | 0.20 | 0.66 | 0.08 | 42.08 | 0.79 | 0.62 |
| Hex | EA | BC | 50 | 0 | 14 | 42 | 8 | 2A | 4F | 3E |
| Octal | 352 | 274 | 120 | 0 | 24 | 102 | 10 | 52 | 117 | 76 |
| Binary | 11101010 | 10111100 | 1010000 | 0 | 10100 | 1000010 | 1000 | 101010 | 1001111 | 111110 |
Color Harmonies of #EABC50
Complementary color
Monochromatic Colors of #EABC50
Black with #EABC50
Text Example
Text Example
White with #EABC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC50; }
p { color: rgb(234,188,80); }
H1.HeaderClassName
{
color: #EABC50;
}
.AnyTagClassName
{
color: #EABC50;
}
</style>
background-color css
<style>
a { background-color: #EABC50; }
a { background-color: rgb(234,188,80); }
div.DivClassName
{
background-color: #EABC50;
}
.BgClassName
{
background-color: #EABC50;
}
</style>
border-color css
<style>
span { border-color: #EABC50; }
span { border-color: rgb(234,188,80); }
td.TdClassName
{
border-color: #EABC50;
}
.TagClassName
{
border-color: #EABC50;
}
</style>