Shades of Ronchi #EAB55B
Tints of Ronchi #EAB55B
RGB
CMYK
RGB Variations
Color information
#EAB55B (or 0xEAB55B) is known color: Ronchi. HEX triplet: EA, B5 and 5B. RGB value is (234,181,91). Sum of RGB (Red+Green+Blue) = 234+181+91=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB55B is #154AA4. Grayscale: #BBBBBB. Windows color (decimal): -1395365 or 6010346. OLE color: 6010346.
HSL color Cylindrical-coordinate representation of color #EAB55B: hue angle of 37.76º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAB55B is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 91 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.08 |
| HSL | 37.76º | 0.77% | 0.64% | - |
| HSV(B) | 37.76º | 0.61% | 0.92% | - |
| XYZ | 52.34 | 51.3 | 17.04 | - |
| YUV | 186.59 | 74.06 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 91 | 0 | 0.23 | 0.61 | 0.08 | 37.76 | 0.77 | 0.64 |
| Hex | EA | B5 | 5B | 0 | 17 | 3D | 8 | 26 | 4D | 40 |
| Octal | 352 | 265 | 133 | 0 | 27 | 75 | 10 | 46 | 115 | 100 |
| Binary | 11101010 | 10110101 | 1011011 | 0 | 10111 | 111101 | 1000 | 100110 | 1001101 | 1000000 |
Color Harmonies of #EAB55B
Complementary color
Monochromatic Colors of #EAB55B
Black with #EAB55B
Text Example
Text Example
White with #EAB55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB55B; }
p { color: rgb(234,181,91); }
H1.HeaderClassName
{
color: #EAB55B;
}
.AnyTagClassName
{
color: #EAB55B;
}
</style>
background-color css
<style>
a { background-color: #EAB55B; }
a { background-color: rgb(234,181,91); }
div.DivClassName
{
background-color: #EAB55B;
}
.BgClassName
{
background-color: #EAB55B;
}
</style>
border-color css
<style>
span { border-color: #EAB55B; }
span { border-color: rgb(234,181,91); }
td.TdClassName
{
border-color: #EAB55B;
}
.TagClassName
{
border-color: #EAB55B;
}
</style>