Shades of Ronchi #EAB550
Tints of Ronchi #EAB550
RGB
CMYK
RGB Variations
Color information
#EAB550 (or 0xEAB550) is known color: Ronchi. HEX triplet: EA, B5 and 50. RGB value is (234,181,80). Sum of RGB (Red+Green+Blue) = 234+181+80=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB550 is #154AAF. Grayscale: #B9B9B9. Windows color (decimal): -1395376 or 5289450. OLE color: 5289450.
HSL color Cylindrical-coordinate representation of color #EAB550: hue angle of 39.35º 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 #EAB550 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 80 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.08 |
| HSL | 39.35º | 0.79% | 0.62% | - |
| HSV(B) | 39.35º | 0.66% | 0.92% | - |
| XYZ | 51.9 | 51.12 | 14.72 | - |
| YUV | 185.33 | 68.56 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 80 | 0 | 0.23 | 0.66 | 0.08 | 39.35 | 0.79 | 0.62 |
| Hex | EA | B5 | 50 | 0 | 17 | 42 | 8 | 27 | 4F | 3E |
| Octal | 352 | 265 | 120 | 0 | 27 | 102 | 10 | 47 | 117 | 76 |
| Binary | 11101010 | 10110101 | 1010000 | 0 | 10111 | 1000010 | 1000 | 100111 | 1001111 | 111110 |
Color Harmonies of #EAB550
Complementary color
Monochromatic Colors of #EAB550
Black with #EAB550
Text Example
Text Example
White with #EAB550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB550; }
p { color: rgb(234,181,80); }
H1.HeaderClassName
{
color: #EAB550;
}
.AnyTagClassName
{
color: #EAB550;
}
</style>
background-color css
<style>
a { background-color: #EAB550; }
a { background-color: rgb(234,181,80); }
div.DivClassName
{
background-color: #EAB550;
}
.BgClassName
{
background-color: #EAB550;
}
</style>
border-color css
<style>
span { border-color: #EAB550; }
span { border-color: rgb(234,181,80); }
td.TdClassName
{
border-color: #EAB550;
}
.TagClassName
{
border-color: #EAB550;
}
</style>