Shades of Ronchi #EAB54B
Tints of Ronchi #EAB54B
RGB
CMYK
RGB Variations
Color information
#EAB54B (or 0xEAB54B) is known color: Ronchi. HEX triplet: EA, B5 and 4B. RGB value is (234,181,75). Sum of RGB (Red+Green+Blue) = 234+181+75=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 75 (29.69% from 255 or 15.31% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB54B is #154AB4. Grayscale: #B9B9B9. Windows color (decimal): -1395381 or 4961770. OLE color: 4961770.
HSL color Cylindrical-coordinate representation of color #EAB54B: hue angle of 40º 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 #EAB54B is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 75 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.08 |
| HSL | 40º | 0.79% | 0.61% | - |
| HSV(B) | 40º | 0.68% | 0.92% | - |
| XYZ | 51.73 | 51.05 | 13.78 | - |
| YUV | 184.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 75 | 0 | 0.23 | 0.68 | 0.08 | 40 | 0.79 | 0.61 |
| Hex | EA | B5 | 4B | 0 | 17 | 44 | 8 | 28 | 4F | 3D |
| Octal | 352 | 265 | 113 | 0 | 27 | 104 | 10 | 50 | 117 | 75 |
| Binary | 11101010 | 10110101 | 1001011 | 0 | 10111 | 1000100 | 1000 | 101000 | 1001111 | 111101 |
Color Harmonies of #EAB54B
Complementary color
Monochromatic Colors of #EAB54B
Black with #EAB54B
Text Example
Text Example
White with #EAB54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB54B; }
p { color: rgb(234,181,75); }
H1.HeaderClassName
{
color: #EAB54B;
}
.AnyTagClassName
{
color: #EAB54B;
}
</style>
background-color css
<style>
a { background-color: #EAB54B; }
a { background-color: rgb(234,181,75); }
div.DivClassName
{
background-color: #EAB54B;
}
.BgClassName
{
background-color: #EAB54B;
}
</style>
border-color css
<style>
span { border-color: #EAB54B; }
span { border-color: rgb(234,181,75); }
td.TdClassName
{
border-color: #EAB54B;
}
.TagClassName
{
border-color: #EAB54B;
}
</style>