Shades of Ronchi #EABA44
Tints of Ronchi #EABA44
RGB
CMYK
RGB Variations
Color information
#EABA44 (or 0xEABA44) is known color: Ronchi. HEX triplet: EA, BA and 44. RGB value is (234,186,68). Sum of RGB (Red+Green+Blue) = 234+186+68=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA44 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA44 is #1545BB. Grayscale: #BBBBBB. Windows color (decimal): -1394108 or 4504298. OLE color: 4504298.
HSL color Cylindrical-coordinate representation of color #EABA44: hue angle of 42.65º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EABA44 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 68 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.08 |
| HSL | 42.65º | 0.8% | 0.59% | - |
| HSV(B) | 42.65º | 0.71% | 0.92% | - |
| XYZ | 52.53 | 53.03 | 12.94 | - |
| YUV | 186.9 | 60.9 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 68 | 0 | 0.21 | 0.71 | 0.08 | 42.65 | 0.8 | 0.59 |
| Hex | EA | BA | 44 | 0 | 15 | 47 | 8 | 2B | 50 | 3B |
| Octal | 352 | 272 | 104 | 0 | 25 | 107 | 10 | 53 | 120 | 73 |
| Binary | 11101010 | 10111010 | 1000100 | 0 | 10101 | 1000111 | 1000 | 101011 | 1010000 | 111011 |
Color Harmonies of #EABA44
Complementary color
Monochromatic Colors of #EABA44
Black with #EABA44
Text Example
Text Example
White with #EABA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA44; }
p { color: rgb(234,186,68); }
H1.HeaderClassName
{
color: #EABA44;
}
.AnyTagClassName
{
color: #EABA44;
}
</style>
background-color css
<style>
a { background-color: #EABA44; }
a { background-color: rgb(234,186,68); }
div.DivClassName
{
background-color: #EABA44;
}
.BgClassName
{
background-color: #EABA44;
}
</style>
border-color css
<style>
span { border-color: #EABA44; }
span { border-color: rgb(234,186,68); }
td.TdClassName
{
border-color: #EABA44;
}
.TagClassName
{
border-color: #EABA44;
}
</style>