Shades of Ronchi #EAB34A
Tints of Ronchi #EAB34A
RGB
CMYK
RGB Variations
Color information
#EAB34A (or 0xEAB34A) is known color: Ronchi. HEX triplet: EA, B3 and 4A. RGB value is (234,179,74). Sum of RGB (Red+Green+Blue) = 234+179+74=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB34A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB34A is #154CB5. Grayscale: #B7B7B7. Windows color (decimal): -1395894 or 4895722. OLE color: 4895722.
HSL color Cylindrical-coordinate representation of color #EAB34A: hue angle of 39.38º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAB34A is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 74 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.08 |
| HSL | 39.38º | 0.79% | 0.6% | - |
| HSV(B) | 39.38º | 0.68% | 0.92% | - |
| XYZ | 51.29 | 50.23 | 13.47 | - |
| YUV | 183.48 | 66.22 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 74 | 0 | 0.24 | 0.68 | 0.08 | 39.38 | 0.79 | 0.6 |
| Hex | EA | B3 | 4A | 0 | 18 | 44 | 8 | 27 | 4F | 3C |
| Octal | 352 | 263 | 112 | 0 | 30 | 104 | 10 | 47 | 117 | 74 |
| Binary | 11101010 | 10110011 | 1001010 | 0 | 11000 | 1000100 | 1000 | 100111 | 1001111 | 111100 |
Color Harmonies of #EAB34A
Complementary color
Monochromatic Colors of #EAB34A
Black with #EAB34A
Text Example
Text Example
White with #EAB34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB34A; }
p { color: rgb(234,179,74); }
H1.HeaderClassName
{
color: #EAB34A;
}
.AnyTagClassName
{
color: #EAB34A;
}
</style>
background-color css
<style>
a { background-color: #EAB34A; }
a { background-color: rgb(234,179,74); }
div.DivClassName
{
background-color: #EAB34A;
}
.BgClassName
{
background-color: #EAB34A;
}
</style>
border-color css
<style>
span { border-color: #EAB34A; }
span { border-color: rgb(234,179,74); }
td.TdClassName
{
border-color: #EAB34A;
}
.TagClassName
{
border-color: #EAB34A;
}
</style>