Shades of Ronchi #EABA42
Tints of Ronchi #EABA42
RGB
CMYK
RGB Variations
Color information
#EABA42 (or 0xEABA42) is known color: Ronchi. HEX triplet: EA, BA and 42. RGB value is (234,186,66). Sum of RGB (Red+Green+Blue) = 234+186+66=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA42 is #1545BD. Grayscale: #BBBBBB. Windows color (decimal): -1394110 or 4373226. OLE color: 4373226.
HSL color Cylindrical-coordinate representation of color #EABA42: hue angle of 42.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EABA42 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 66 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.08 |
| HSL | 42.86º | 0.8% | 0.59% | - |
| HSV(B) | 42.86º | 0.72% | 0.92% | - |
| XYZ | 52.47 | 53 | 12.62 | - |
| YUV | 186.67 | 59.9 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 66 | 0 | 0.21 | 0.72 | 0.08 | 42.86 | 0.8 | 0.59 |
| Hex | EA | BA | 42 | 0 | 15 | 48 | 8 | 2B | 50 | 3B |
| Octal | 352 | 272 | 102 | 0 | 25 | 110 | 10 | 53 | 120 | 73 |
| Binary | 11101010 | 10111010 | 1000010 | 0 | 10101 | 1001000 | 1000 | 101011 | 1010000 | 111011 |
Color Harmonies of #EABA42
Complementary color
Monochromatic Colors of #EABA42
Black with #EABA42
Text Example
Text Example
White with #EABA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA42; }
p { color: rgb(234,186,66); }
H1.HeaderClassName
{
color: #EABA42;
}
.AnyTagClassName
{
color: #EABA42;
}
</style>
background-color css
<style>
a { background-color: #EABA42; }
a { background-color: rgb(234,186,66); }
div.DivClassName
{
background-color: #EABA42;
}
.BgClassName
{
background-color: #EABA42;
}
</style>
border-color css
<style>
span { border-color: #EABA42; }
span { border-color: rgb(234,186,66); }
td.TdClassName
{
border-color: #EABA42;
}
.TagClassName
{
border-color: #EABA42;
}
</style>