Shades of Ronchi #EAB448
Tints of Ronchi #EAB448
RGB
CMYK
RGB Variations
Color information
#EAB448 (or 0xEAB448) is known color: Ronchi. HEX triplet: EA, B4 and 48. RGB value is (234,180,72). Sum of RGB (Red+Green+Blue) = 234+180+72=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB448 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB448 is #154BB7. Grayscale: #B8B8B8. Windows color (decimal): -1395640 or 4764906. OLE color: 4764906.
HSL color Cylindrical-coordinate representation of color #EAB448: hue angle of 40º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAB448 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 72 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.08 |
| HSL | 40º | 0.79% | 0.6% | - |
| HSV(B) | 40º | 0.69% | 0.92% | - |
| XYZ | 51.42 | 50.6 | 13.19 | - |
| YUV | 183.83 | 64.89 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 72 | 0 | 0.23 | 0.69 | 0.08 | 40 | 0.79 | 0.6 |
| Hex | EA | B4 | 48 | 0 | 17 | 45 | 8 | 28 | 4F | 3C |
| Octal | 352 | 264 | 110 | 0 | 27 | 105 | 10 | 50 | 117 | 74 |
| Binary | 11101010 | 10110100 | 1001000 | 0 | 10111 | 1000101 | 1000 | 101000 | 1001111 | 111100 |
Color Harmonies of #EAB448
Complementary color
Monochromatic Colors of #EAB448
Black with #EAB448
Text Example
Text Example
White with #EAB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB448; }
p { color: rgb(234,180,72); }
H1.HeaderClassName
{
color: #EAB448;
}
.AnyTagClassName
{
color: #EAB448;
}
</style>
background-color css
<style>
a { background-color: #EAB448; }
a { background-color: rgb(234,180,72); }
div.DivClassName
{
background-color: #EAB448;
}
.BgClassName
{
background-color: #EAB448;
}
</style>
border-color css
<style>
span { border-color: #EAB448; }
span { border-color: rgb(234,180,72); }
td.TdClassName
{
border-color: #EAB448;
}
.TagClassName
{
border-color: #EAB448;
}
</style>