Shades of Ronchi #EAB353
Tints of Ronchi #EAB353
RGB
CMYK
RGB Variations
Color information
#EAB353 (or 0xEAB353) is known color: Ronchi. HEX triplet: EA, B3 and 53. RGB value is (234,179,83). Sum of RGB (Red+Green+Blue) = 234+179+83=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB353 is #154CAC. Grayscale: #B8B8B8. Windows color (decimal): -1395885 or 5485546. OLE color: 5485546.
HSL color Cylindrical-coordinate representation of color #EAB353: hue angle of 38.15º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAB353 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 83 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.08 |
| HSL | 38.15º | 0.78% | 0.62% | - |
| HSV(B) | 38.15º | 0.65% | 0.92% | - |
| XYZ | 51.61 | 50.36 | 15.18 | - |
| YUV | 184.5 | 70.72 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 83 | 0 | 0.24 | 0.65 | 0.08 | 38.15 | 0.78 | 0.62 |
| Hex | EA | B3 | 53 | 0 | 18 | 41 | 8 | 26 | 4E | 3E |
| Octal | 352 | 263 | 123 | 0 | 30 | 101 | 10 | 46 | 116 | 76 |
| Binary | 11101010 | 10110011 | 1010011 | 0 | 11000 | 1000001 | 1000 | 100110 | 1001110 | 111110 |
Color Harmonies of #EAB353
Complementary color
Monochromatic Colors of #EAB353
Black with #EAB353
Text Example
Text Example
White with #EAB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB353; }
p { color: rgb(234,179,83); }
H1.HeaderClassName
{
color: #EAB353;
}
.AnyTagClassName
{
color: #EAB353;
}
</style>
background-color css
<style>
a { background-color: #EAB353; }
a { background-color: rgb(234,179,83); }
div.DivClassName
{
background-color: #EAB353;
}
.BgClassName
{
background-color: #EAB353;
}
</style>
border-color css
<style>
span { border-color: #EAB353; }
span { border-color: rgb(234,179,83); }
td.TdClassName
{
border-color: #EAB353;
}
.TagClassName
{
border-color: #EAB353;
}
</style>