Shades of Ronchi #EBB551
Tints of Ronchi #EBB551
RGB
CMYK
RGB Variations
Color information
#EBB551 (or 0xEBB551) is known color: Ronchi. HEX triplet: EB, B5 and 51. RGB value is (235,181,81). Sum of RGB (Red+Green+Blue) = 235+181+81=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB551 is #144AAE. Grayscale: #BABABA. Windows color (decimal): -1329839 or 5354987. OLE color: 5354987.
HSL color Cylindrical-coordinate representation of color #EBB551: hue angle of 38.96º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBB551 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 81 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.08 |
| HSL | 38.96º | 0.79% | 0.62% | - |
| HSV(B) | 38.96º | 0.66% | 0.92% | - |
| XYZ | 52.27 | 51.3 | 14.93 | - |
| YUV | 185.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 81 | 0 | 0.23 | 0.66 | 0.08 | 38.96 | 0.79 | 0.62 |
| Hex | EB | B5 | 51 | 0 | 17 | 42 | 8 | 27 | 4F | 3E |
| Octal | 353 | 265 | 121 | 0 | 27 | 102 | 10 | 47 | 117 | 76 |
| Binary | 11101011 | 10110101 | 1010001 | 0 | 10111 | 1000010 | 1000 | 100111 | 1001111 | 111110 |
Color Harmonies of #EBB551
Complementary color
Monochromatic Colors of #EBB551
Black with #EBB551
Text Example
Text Example
White with #EBB551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB551; }
p { color: rgb(235,181,81); }
H1.HeaderClassName
{
color: #EBB551;
}
.AnyTagClassName
{
color: #EBB551;
}
</style>
background-color css
<style>
a { background-color: #EBB551; }
a { background-color: rgb(235,181,81); }
div.DivClassName
{
background-color: #EBB551;
}
.BgClassName
{
background-color: #EBB551;
}
</style>
border-color css
<style>
span { border-color: #EBB551; }
span { border-color: rgb(235,181,81); }
td.TdClassName
{
border-color: #EBB551;
}
.TagClassName
{
border-color: #EBB551;
}
</style>