Shades of Ronchi #EAB647
Tints of Ronchi #EAB647
RGB
CMYK
RGB Variations
Color information
#EAB647 (or 0xEAB647) is known color: Ronchi. HEX triplet: EA, B6 and 47. RGB value is (234,182,71). Sum of RGB (Red+Green+Blue) = 234+182+71=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 71 (28.12% from 255 or 14.58% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB647 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB647 is #1549B8. Grayscale: #B9B9B9. Windows color (decimal): -1395129 or 4699882. OLE color: 4699882.
HSL color Cylindrical-coordinate representation of color #EAB647: hue angle of 40.86º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAB647 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 182 | 71 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.08 |
| HSL | 40.86º | 0.8% | 0.6% | - |
| HSV(B) | 40.86º | 0.7% | 0.92% | - |
| XYZ | 51.8 | 51.4 | 13.15 | - |
| YUV | 184.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 182 | 71 | 0 | 0.22 | 0.70 | 0.08 | 40.86 | 0.8 | 0.6 |
| Hex | EA | B6 | 47 | 0 | 16 | 46 | 8 | 29 | 50 | 3C |
| Octal | 352 | 266 | 107 | 0 | 26 | 106 | 10 | 51 | 120 | 74 |
| Binary | 11101010 | 10110110 | 1000111 | 0 | 10110 | 1000110 | 1000 | 101001 | 1010000 | 111100 |
Color Harmonies of #EAB647
Complementary color
Monochromatic Colors of #EAB647
Black with #EAB647
Text Example
Text Example
White with #EAB647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB647; }
p { color: rgb(234,182,71); }
H1.HeaderClassName
{
color: #EAB647;
}
.AnyTagClassName
{
color: #EAB647;
}
</style>
background-color css
<style>
a { background-color: #EAB647; }
a { background-color: rgb(234,182,71); }
div.DivClassName
{
background-color: #EAB647;
}
.BgClassName
{
background-color: #EAB647;
}
</style>
border-color css
<style>
span { border-color: #EAB647; }
span { border-color: rgb(234,182,71); }
td.TdClassName
{
border-color: #EAB647;
}
.TagClassName
{
border-color: #EAB647;
}
</style>