Shades of Ronchi #EAB14C
Tints of Ronchi #EAB14C
RGB
CMYK
RGB Variations
Color information
#EAB14C (or 0xEAB14C) is known color: Ronchi. HEX triplet: EA, B1 and 4C. RGB value is (234,177,76). Sum of RGB (Red+Green+Blue) = 234+177+76=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB14C is #154EB3. Grayscale: #B6B6B6. Windows color (decimal): -1396404 or 5026282. OLE color: 5026282.
HSL color Cylindrical-coordinate representation of color #EAB14C: hue angle of 38.35º 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 #EAB14C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 76 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.08 |
| HSL | 38.35º | 0.79% | 0.61% | - |
| HSV(B) | 38.35º | 0.68% | 0.92% | - |
| XYZ | 50.96 | 49.46 | 13.7 | - |
| YUV | 182.53 | 67.88 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 76 | 0 | 0.24 | 0.68 | 0.08 | 38.35 | 0.79 | 0.61 |
| Hex | EA | B1 | 4C | 0 | 18 | 44 | 8 | 26 | 4F | 3D |
| Octal | 352 | 261 | 114 | 0 | 30 | 104 | 10 | 46 | 117 | 75 |
| Binary | 11101010 | 10110001 | 1001100 | 0 | 11000 | 1000100 | 1000 | 100110 | 1001111 | 111101 |
Color Harmonies of #EAB14C
Complementary color
Monochromatic Colors of #EAB14C
Black with #EAB14C
Text Example
Text Example
White with #EAB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB14C; }
p { color: rgb(234,177,76); }
H1.HeaderClassName
{
color: #EAB14C;
}
.AnyTagClassName
{
color: #EAB14C;
}
</style>
background-color css
<style>
a { background-color: #EAB14C; }
a { background-color: rgb(234,177,76); }
div.DivClassName
{
background-color: #EAB14C;
}
.BgClassName
{
background-color: #EAB14C;
}
</style>
border-color css
<style>
span { border-color: #EAB14C; }
span { border-color: rgb(234,177,76); }
td.TdClassName
{
border-color: #EAB14C;
}
.TagClassName
{
border-color: #EAB14C;
}
</style>