Shades of Ronchi #EEB650
Tints of Ronchi #EEB650
RGB
CMYK
RGB Variations
Color information
#EEB650 (or 0xEEB650) is known color: Ronchi. HEX triplet: EE, B6 and 50. RGB value is (238,182,80). Sum of RGB (Red+Green+Blue) = 238+182+80=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB650 is #1149AF. Grayscale: #BBBBBB. Windows color (decimal): -1132976 or 5289710. OLE color: 5289710.
HSL color Cylindrical-coordinate representation of color #EEB650: hue angle of 38.73º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EEB650 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 80 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.07 |
| HSL | 38.73º | 0.82% | 0.62% | - |
| HSV(B) | 38.73º | 0.66% | 0.93% | - |
| XYZ | 53.44 | 52.21 | 14.85 | - |
| YUV | 187.12 | 67.55 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 80 | 0 | 0.24 | 0.66 | 0.07 | 38.73 | 0.82 | 0.62 |
| Hex | EE | B6 | 50 | 0 | 18 | 42 | 7 | 27 | 52 | 3E |
| Octal | 356 | 266 | 120 | 0 | 30 | 102 | 7 | 47 | 122 | 76 |
| Binary | 11101110 | 10110110 | 1010000 | 0 | 11000 | 1000010 | 111 | 100111 | 1010010 | 111110 |
Color Harmonies of #EEB650
Complementary color
Monochromatic Colors of #EEB650
Black with #EEB650
Text Example
Text Example
White with #EEB650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB650; }
p { color: rgb(238,182,80); }
H1.HeaderClassName
{
color: #EEB650;
}
.AnyTagClassName
{
color: #EEB650;
}
</style>
background-color css
<style>
a { background-color: #EEB650; }
a { background-color: rgb(238,182,80); }
div.DivClassName
{
background-color: #EEB650;
}
.BgClassName
{
background-color: #EEB650;
}
</style>
border-color css
<style>
span { border-color: #EEB650; }
span { border-color: rgb(238,182,80); }
td.TdClassName
{
border-color: #EEB650;
}
.TagClassName
{
border-color: #EEB650;
}
</style>