Shades of Ronchi #EABB4C
Tints of Ronchi #EABB4C
RGB
CMYK
RGB Variations
Color information
#EABB4C (or 0xEABB4C) is known color: Ronchi. HEX triplet: EA, BB and 4C. RGB value is (234,187,76). Sum of RGB (Red+Green+Blue) = 234+187+76=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABB4C is #1544B3. Grayscale: #BCBCBC. Windows color (decimal): -1393844 or 5028842. OLE color: 5028842.
HSL color Cylindrical-coordinate representation of color #EABB4C: hue angle of 42.15º 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 #EABB4C is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 76 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.08 |
| HSL | 42.15º | 0.79% | 0.61% | - |
| HSV(B) | 42.15º | 0.68% | 0.92% | - |
| XYZ | 53.01 | 53.55 | 14.38 | - |
| YUV | 188.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 76 | 0 | 0.20 | 0.68 | 0.08 | 42.15 | 0.79 | 0.61 |
| Hex | EA | BB | 4C | 0 | 14 | 44 | 8 | 2A | 4F | 3D |
| Octal | 352 | 273 | 114 | 0 | 24 | 104 | 10 | 52 | 117 | 75 |
| Binary | 11101010 | 10111011 | 1001100 | 0 | 10100 | 1000100 | 1000 | 101010 | 1001111 | 111101 |
Color Harmonies of #EABB4C
Complementary color
Monochromatic Colors of #EABB4C
Black with #EABB4C
Text Example
Text Example
White with #EABB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB4C; }
p { color: rgb(234,187,76); }
H1.HeaderClassName
{
color: #EABB4C;
}
.AnyTagClassName
{
color: #EABB4C;
}
</style>
background-color css
<style>
a { background-color: #EABB4C; }
a { background-color: rgb(234,187,76); }
div.DivClassName
{
background-color: #EABB4C;
}
.BgClassName
{
background-color: #EABB4C;
}
</style>
border-color css
<style>
span { border-color: #EABB4C; }
span { border-color: rgb(234,187,76); }
td.TdClassName
{
border-color: #EABB4C;
}
.TagClassName
{
border-color: #EABB4C;
}
</style>