Shades of Ronchi #EABB53
Tints of Ronchi #EABB53
RGB
CMYK
RGB Variations
Color information
#EABB53 (or 0xEABB53) is known color: Ronchi. HEX triplet: EA, BB and 53. RGB value is (234,187,83). Sum of RGB (Red+Green+Blue) = 234+187+83=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABB53 is #1544AC. Grayscale: #BDBDBD. Windows color (decimal): -1393837 or 5487594. OLE color: 5487594.
HSL color Cylindrical-coordinate representation of color #EABB53: hue angle of 41.32º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EABB53 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 83 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.08 |
| HSL | 41.32º | 0.78% | 0.62% | - |
| HSV(B) | 41.32º | 0.65% | 0.92% | - |
| XYZ | 53.26 | 53.66 | 15.73 | - |
| YUV | 189.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 83 | 0 | 0.20 | 0.65 | 0.08 | 41.32 | 0.78 | 0.62 |
| Hex | EA | BB | 53 | 0 | 14 | 41 | 8 | 29 | 4E | 3E |
| Octal | 352 | 273 | 123 | 0 | 24 | 101 | 10 | 51 | 116 | 76 |
| Binary | 11101010 | 10111011 | 1010011 | 0 | 10100 | 1000001 | 1000 | 101001 | 1001110 | 111110 |
Color Harmonies of #EABB53
Complementary color
Monochromatic Colors of #EABB53
Black with #EABB53
Text Example
Text Example
White with #EABB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB53; }
p { color: rgb(234,187,83); }
H1.HeaderClassName
{
color: #EABB53;
}
.AnyTagClassName
{
color: #EABB53;
}
</style>
background-color css
<style>
a { background-color: #EABB53; }
a { background-color: rgb(234,187,83); }
div.DivClassName
{
background-color: #EABB53;
}
.BgClassName
{
background-color: #EABB53;
}
</style>
border-color css
<style>
span { border-color: #EABB53; }
span { border-color: rgb(234,187,83); }
td.TdClassName
{
border-color: #EABB53;
}
.TagClassName
{
border-color: #EABB53;
}
</style>