Shades of Ronchi #EAB84D
Tints of Ronchi #EAB84D
RGB
CMYK
RGB Variations
Color information
#EAB84D (or 0xEAB84D) is known color: Ronchi. HEX triplet: EA, B8 and 4D. RGB value is (234,184,77). Sum of RGB (Red+Green+Blue) = 234+184+77=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 77 (30.47% from 255 or 15.56% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB84D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB84D is #1547B2. Grayscale: #BBBBBB. Windows color (decimal): -1394611 or 5093610. OLE color: 5093610.
HSL color Cylindrical-coordinate representation of color #EAB84D: hue angle of 40.89º 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 #EAB84D is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 184 | 77 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.08 |
| HSL | 40.89º | 0.79% | 0.61% | - |
| HSV(B) | 40.89º | 0.67% | 0.92% | - |
| XYZ | 52.41 | 52.31 | 14.36 | - |
| YUV | 186.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 184 | 77 | 0 | 0.21 | 0.67 | 0.08 | 40.89 | 0.79 | 0.61 |
| Hex | EA | B8 | 4D | 0 | 15 | 43 | 8 | 29 | 4F | 3D |
| Octal | 352 | 270 | 115 | 0 | 25 | 103 | 10 | 51 | 117 | 75 |
| Binary | 11101010 | 10111000 | 1001101 | 0 | 10101 | 1000011 | 1000 | 101001 | 1001111 | 111101 |
Color Harmonies of #EAB84D
Complementary color
Monochromatic Colors of #EAB84D
Black with #EAB84D
Text Example
Text Example
White with #EAB84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB84D; }
p { color: rgb(234,184,77); }
H1.HeaderClassName
{
color: #EAB84D;
}
.AnyTagClassName
{
color: #EAB84D;
}
</style>
background-color css
<style>
a { background-color: #EAB84D; }
a { background-color: rgb(234,184,77); }
div.DivClassName
{
background-color: #EAB84D;
}
.BgClassName
{
background-color: #EAB84D;
}
</style>
border-color css
<style>
span { border-color: #EAB84D; }
span { border-color: rgb(234,184,77); }
td.TdClassName
{
border-color: #EAB84D;
}
.TagClassName
{
border-color: #EAB84D;
}
</style>