Shades of Ronchi #EABB4D
Tints of Ronchi #EABB4D
RGB
CMYK
RGB Variations
Color information
#EABB4D (or 0xEABB4D) is known color: Ronchi. HEX triplet: EA, BB and 4D. RGB value is (234,187,77). Sum of RGB (Red+Green+Blue) = 234+187+77=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 77 (30.47% from 255 or 15.46% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB4D is #1544B2. Grayscale: #BDBDBD. Windows color (decimal): -1393843 or 5094378. OLE color: 5094378.
HSL color Cylindrical-coordinate representation of color #EABB4D: hue angle of 42.04º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EABB4D is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 77 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.08 |
| HSL | 42.04º | 0.79% | 0.61% | - |
| HSV(B) | 42.04º | 0.67% | 0.92% | - |
| XYZ | 53.04 | 53.57 | 14.57 | - |
| YUV | 188.51 | 65.07 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 77 | 0 | 0.20 | 0.67 | 0.08 | 42.04 | 0.79 | 0.61 |
| Hex | EA | BB | 4D | 0 | 14 | 43 | 8 | 2A | 4F | 3D |
| Octal | 352 | 273 | 115 | 0 | 24 | 103 | 10 | 52 | 117 | 75 |
| Binary | 11101010 | 10111011 | 1001101 | 0 | 10100 | 1000011 | 1000 | 101010 | 1001111 | 111101 |
Color Harmonies of #EABB4D
Complementary color
Monochromatic Colors of #EABB4D
Black with #EABB4D
Text Example
Text Example
White with #EABB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB4D; }
p { color: rgb(234,187,77); }
H1.HeaderClassName
{
color: #EABB4D;
}
.AnyTagClassName
{
color: #EABB4D;
}
</style>
background-color css
<style>
a { background-color: #EABB4D; }
a { background-color: rgb(234,187,77); }
div.DivClassName
{
background-color: #EABB4D;
}
.BgClassName
{
background-color: #EABB4D;
}
</style>
border-color css
<style>
span { border-color: #EABB4D; }
span { border-color: rgb(234,187,77); }
td.TdClassName
{
border-color: #EABB4D;
}
.TagClassName
{
border-color: #EABB4D;
}
</style>