Shades of Ronchi #EABD5E
Tints of Ronchi #EABD5E
RGB
CMYK
RGB Variations
Color information
#EABD5E (or 0xEABD5E) is known color: Ronchi. HEX triplet: EA, BD and 5E. RGB value is (234,189,94). Sum of RGB (Red+Green+Blue) = 234+189+94=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD5E is #1542A1. Grayscale: #C0C0C0. Windows color (decimal): -1393314 or 6209002. OLE color: 6209002.
HSL color Cylindrical-coordinate representation of color #EABD5E: hue angle of 40.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EABD5E is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 94 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.08 |
| HSL | 40.71º | 0.77% | 0.64% | - |
| HSV(B) | 40.71º | 0.6% | 0.92% | - |
| XYZ | 54.15 | 54.7 | 18.29 | - |
| YUV | 191.63 | 72.91 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 94 | 0 | 0.19 | 0.60 | 0.08 | 40.71 | 0.77 | 0.64 |
| Hex | EA | BD | 5E | 0 | 13 | 3C | 8 | 29 | 4D | 40 |
| Octal | 352 | 275 | 136 | 0 | 23 | 74 | 10 | 51 | 115 | 100 |
| Binary | 11101010 | 10111101 | 1011110 | 0 | 10011 | 111100 | 1000 | 101001 | 1001101 | 1000000 |
Color Harmonies of #EABD5E
Complementary color
Monochromatic Colors of #EABD5E
Black with #EABD5E
Text Example
Text Example
White with #EABD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD5E; }
p { color: rgb(234,189,94); }
H1.HeaderClassName
{
color: #EABD5E;
}
.AnyTagClassName
{
color: #EABD5E;
}
</style>
background-color css
<style>
a { background-color: #EABD5E; }
a { background-color: rgb(234,189,94); }
div.DivClassName
{
background-color: #EABD5E;
}
.BgClassName
{
background-color: #EABD5E;
}
</style>
border-color css
<style>
span { border-color: #EABD5E; }
span { border-color: rgb(234,189,94); }
td.TdClassName
{
border-color: #EABD5E;
}
.TagClassName
{
border-color: #EABD5E;
}
</style>