Shades of Ronchi #EAB24D
Tints of Ronchi #EAB24D
RGB
CMYK
RGB Variations
Color information
#EAB24D (or 0xEAB24D) is known color: Ronchi. HEX triplet: EA, B2 and 4D. RGB value is (234,178,77). Sum of RGB (Red+Green+Blue) = 234+178+77=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 77 (30.47% from 255 or 15.75% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB24D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB24D is #154DB2. Grayscale: #B7B7B7. Windows color (decimal): -1396147 or 5092074. OLE color: 5092074.
HSL color Cylindrical-coordinate representation of color #EAB24D: hue angle of 38.6º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAB24D is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 178 | 77 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.08 |
| HSL | 38.6º | 0.79% | 0.61% | - |
| HSV(B) | 38.6º | 0.67% | 0.92% | - |
| XYZ | 51.19 | 49.87 | 13.95 | - |
| YUV | 183.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 178 | 77 | 0 | 0.24 | 0.67 | 0.08 | 38.6 | 0.79 | 0.61 |
| Hex | EA | B2 | 4D | 0 | 18 | 43 | 8 | 27 | 4F | 3D |
| Octal | 352 | 262 | 115 | 0 | 30 | 103 | 10 | 47 | 117 | 75 |
| Binary | 11101010 | 10110010 | 1001101 | 0 | 11000 | 1000011 | 1000 | 100111 | 1001111 | 111101 |
Color Harmonies of #EAB24D
Complementary color
Monochromatic Colors of #EAB24D
Black with #EAB24D
Text Example
Text Example
White with #EAB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB24D; }
p { color: rgb(234,178,77); }
H1.HeaderClassName
{
color: #EAB24D;
}
.AnyTagClassName
{
color: #EAB24D;
}
</style>
background-color css
<style>
a { background-color: #EAB24D; }
a { background-color: rgb(234,178,77); }
div.DivClassName
{
background-color: #EAB24D;
}
.BgClassName
{
background-color: #EAB24D;
}
</style>
border-color css
<style>
span { border-color: #EAB24D; }
span { border-color: rgb(234,178,77); }
td.TdClassName
{
border-color: #EAB24D;
}
.TagClassName
{
border-color: #EAB24D;
}
</style>