Shades of Ronchi #EAB85B
Tints of Ronchi #EAB85B
RGB
CMYK
RGB Variations
Color information
#EAB85B (or 0xEAB85B) is known color: Ronchi. HEX triplet: EA, B8 and 5B. RGB value is (234,184,91). Sum of RGB (Red+Green+Blue) = 234+184+91=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB85B is #1547A4. Grayscale: #BCBCBC. Windows color (decimal): -1394597 or 6011114. OLE color: 6011114.
HSL color Cylindrical-coordinate representation of color #EAB85B: hue angle of 39.02º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAB85B is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 184 | 91 | - |
CMYK | 0 | 0.21 | 0.61 | 0.08 |
HSL | 39.02º | 0.77% | 0.64% | - |
HSV(B) | 39.02º | 0.61% | 0.92% | - |
XYZ | 52.96 | 52.53 | 17.25 | - |
YUV | 188.35 | 73.07 | 160.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 184 | 91 | 0 | 0.21 | 0.61 | 0.08 | 39.02 | 0.77 | 0.64 |
Hex | EA | B8 | 5B | 0 | 15 | 3D | 8 | 27 | 4D | 40 |
Octal | 352 | 270 | 133 | 0 | 25 | 75 | 10 | 47 | 115 | 100 |
Binary | 11101010 | 10111000 | 1011011 | 0 | 10101 | 111101 | 1000 | 100111 | 1001101 | 1000000 |
Color Harmonies of #EAB85B
Complementary color
Monochromatic Colors of #EAB85B
Black with #EAB85B
Text Example
Text Example
White with #EAB85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB85B; }
p { color: rgb(234,184,91); }
H1.HeaderClassName
{
color: #EAB85B;
}
.AnyTagClassName
{
color: #EAB85B;
}
</style>
background-color css
<style>
a { background-color: #EAB85B; }
a { background-color: rgb(234,184,91); }
div.DivClassName
{
background-color: #EAB85B;
}
.BgClassName
{
background-color: #EAB85B;
}
</style>
border-color css
<style>
span { border-color: #EAB85B; }
span { border-color: rgb(234,184,91); }
td.TdClassName
{
border-color: #EAB85B;
}
.TagClassName
{
border-color: #EAB85B;
}
</style>