Shades of Ronchi #EAB84C
Tints of Ronchi #EAB84C
RGB
CMYK
RGB Variations
Color information
#EAB84C (or 0xEAB84C) is known color: Ronchi. HEX triplet: EA, B8 and 4C. RGB value is (234,184,76). Sum of RGB (Red+Green+Blue) = 234+184+76=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 184 (72.27% from 255 or 37.25% from 494); Blue value is 76 (30.08% from 255 or 15.38% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB84C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB84C is #1547B3. Grayscale: #BBBBBB. Windows color (decimal): -1394612 or 5028074. OLE color: 5028074.
HSL color Cylindrical-coordinate representation of color #EAB84C: hue angle of 41.01º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAB84C is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 76 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.08 |
| HSL | 41.01º | 0.79% | 0.61% | - |
| HSV(B) | 41.01º | 0.68% | 0.92% | - |
| XYZ | 52.38 | 52.3 | 14.17 | - |
| YUV | 186.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 76 | 0 | 0.21 | 0.68 | 0.08 | 41.01 | 0.79 | 0.61 |
| Hex | EA | B8 | 4C | 0 | 15 | 44 | 8 | 29 | 4F | 3D |
| Octal | 352 | 270 | 114 | 0 | 25 | 104 | 10 | 51 | 117 | 75 |
| Binary | 11101010 | 10111000 | 1001100 | 0 | 10101 | 1000100 | 1000 | 101001 | 1001111 | 111101 |
Color Harmonies of #EAB84C
Complementary color
Monochromatic Colors of #EAB84C
Black with #EAB84C
Text Example
Text Example
White with #EAB84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB84C; }
p { color: rgb(234,184,76); }
H1.HeaderClassName
{
color: #EAB84C;
}
.AnyTagClassName
{
color: #EAB84C;
}
</style>
background-color css
<style>
a { background-color: #EAB84C; }
a { background-color: rgb(234,184,76); }
div.DivClassName
{
background-color: #EAB84C;
}
.BgClassName
{
background-color: #EAB84C;
}
</style>
border-color css
<style>
span { border-color: #EAB84C; }
span { border-color: rgb(234,184,76); }
td.TdClassName
{
border-color: #EAB84C;
}
.TagClassName
{
border-color: #EAB84C;
}
</style>