Shades of Ronchi #EAB450
Tints of Ronchi #EAB450
RGB
CMYK
RGB Variations
Color information
#EAB450 (or 0xEAB450) is known color: Ronchi. HEX triplet: EA, B4 and 50. RGB value is (234,180,80). Sum of RGB (Red+Green+Blue) = 234+180+80=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB450 is #154BAF. Grayscale: #B9B9B9. Windows color (decimal): -1395632 or 5289194. OLE color: 5289194.
HSL color Cylindrical-coordinate representation of color #EAB450: hue angle of 38.96º 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 #EAB450 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 80 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.08 |
| HSL | 38.96º | 0.79% | 0.62% | - |
| HSV(B) | 38.96º | 0.66% | 0.92% | - |
| XYZ | 51.7 | 50.71 | 14.65 | - |
| YUV | 184.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 80 | 0 | 0.23 | 0.66 | 0.08 | 38.96 | 0.79 | 0.62 |
| Hex | EA | B4 | 50 | 0 | 17 | 42 | 8 | 27 | 4F | 3E |
| Octal | 352 | 264 | 120 | 0 | 27 | 102 | 10 | 47 | 117 | 76 |
| Binary | 11101010 | 10110100 | 1010000 | 0 | 10111 | 1000010 | 1000 | 100111 | 1001111 | 111110 |
Color Harmonies of #EAB450
Complementary color
Monochromatic Colors of #EAB450
Black with #EAB450
Text Example
Text Example
White with #EAB450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB450; }
p { color: rgb(234,180,80); }
H1.HeaderClassName
{
color: #EAB450;
}
.AnyTagClassName
{
color: #EAB450;
}
</style>
background-color css
<style>
a { background-color: #EAB450; }
a { background-color: rgb(234,180,80); }
div.DivClassName
{
background-color: #EAB450;
}
.BgClassName
{
background-color: #EAB450;
}
</style>
border-color css
<style>
span { border-color: #EAB450; }
span { border-color: rgb(234,180,80); }
td.TdClassName
{
border-color: #EAB450;
}
.TagClassName
{
border-color: #EAB450;
}
</style>