Shades of Ronchi #EABB50
Tints of Ronchi #EABB50
RGB
CMYK
RGB Variations
Color information
#EABB50 (or 0xEABB50) is known color: Ronchi. HEX triplet: EA, BB and 50. RGB value is (234,187,80). Sum of RGB (Red+Green+Blue) = 234+187+80=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB50 is #1544AF. Grayscale: #BDBDBD. Windows color (decimal): -1393840 or 5290986. OLE color: 5290986.
HSL color Cylindrical-coordinate representation of color #EABB50: hue angle of 41.69º 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 #EABB50 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 80 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.08 |
| HSL | 41.69º | 0.79% | 0.62% | - |
| HSV(B) | 41.69º | 0.66% | 0.92% | - |
| XYZ | 53.15 | 53.61 | 15.14 | - |
| YUV | 188.86 | 66.57 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 80 | 0 | 0.20 | 0.66 | 0.08 | 41.69 | 0.79 | 0.62 |
| Hex | EA | BB | 50 | 0 | 14 | 42 | 8 | 2A | 4F | 3E |
| Octal | 352 | 273 | 120 | 0 | 24 | 102 | 10 | 52 | 117 | 76 |
| Binary | 11101010 | 10111011 | 1010000 | 0 | 10100 | 1000010 | 1000 | 101010 | 1001111 | 111110 |
Color Harmonies of #EABB50
Complementary color
Monochromatic Colors of #EABB50
Black with #EABB50
Text Example
Text Example
White with #EABB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB50; }
p { color: rgb(234,187,80); }
H1.HeaderClassName
{
color: #EABB50;
}
.AnyTagClassName
{
color: #EABB50;
}
</style>
background-color css
<style>
a { background-color: #EABB50; }
a { background-color: rgb(234,187,80); }
div.DivClassName
{
background-color: #EABB50;
}
.BgClassName
{
background-color: #EABB50;
}
</style>
border-color css
<style>
span { border-color: #EABB50; }
span { border-color: rgb(234,187,80); }
td.TdClassName
{
border-color: #EABB50;
}
.TagClassName
{
border-color: #EABB50;
}
</style>