Shades of Ronchi #EABA43
Tints of Ronchi #EABA43
RGB
CMYK
RGB Variations
Color information
#EABA43 (or 0xEABA43) is known color: Ronchi. HEX triplet: EA, BA and 43. RGB value is (234,186,67). Sum of RGB (Red+Green+Blue) = 234+186+67=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 67 (26.56% from 255 or 13.76% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EABA43 is #1545BC. Grayscale: #BBBBBB. Windows color (decimal): -1394109 or 4438762. OLE color: 4438762.
HSL color Cylindrical-coordinate representation of color #EABA43: hue angle of 42.75º 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 #EABA43 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 186 | 67 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.08 |
| HSL | 42.75º | 0.8% | 0.59% | - |
| HSV(B) | 42.75º | 0.71% | 0.92% | - |
| XYZ | 52.5 | 53.02 | 12.78 | - |
| YUV | 186.79 | 60.4 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 186 | 67 | 0 | 0.21 | 0.71 | 0.08 | 42.75 | 0.8 | 0.59 |
| Hex | EA | BA | 43 | 0 | 15 | 47 | 8 | 2B | 50 | 3B |
| Octal | 352 | 272 | 103 | 0 | 25 | 107 | 10 | 53 | 120 | 73 |
| Binary | 11101010 | 10111010 | 1000011 | 0 | 10101 | 1000111 | 1000 | 101011 | 1010000 | 111011 |
Color Harmonies of #EABA43
Complementary color
Monochromatic Colors of #EABA43
Black with #EABA43
Text Example
Text Example
White with #EABA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABA43; }
p { color: rgb(234,186,67); }
H1.HeaderClassName
{
color: #EABA43;
}
.AnyTagClassName
{
color: #EABA43;
}
</style>
background-color css
<style>
a { background-color: #EABA43; }
a { background-color: rgb(234,186,67); }
div.DivClassName
{
background-color: #EABA43;
}
.BgClassName
{
background-color: #EABA43;
}
</style>
border-color css
<style>
span { border-color: #EABA43; }
span { border-color: rgb(234,186,67); }
td.TdClassName
{
border-color: #EABA43;
}
.TagClassName
{
border-color: #EABA43;
}
</style>