Shades of Ronchi #E9B65D
Tints of Ronchi #E9B65D
RGB
CMYK
RGB Variations
Color information
#E9B65D (or 0xE9B65D) is known color: Ronchi. HEX triplet: E9, B6 and 5D. RGB value is (233,182,93). Sum of RGB (Red+Green+Blue) = 233+182+93=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9B65D is #1649A2. Grayscale: #BBBBBB. Windows color (decimal): -1460643 or 6141673. OLE color: 6141673.
HSL color Cylindrical-coordinate representation of color #E9B65D: hue angle of 38.14º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E9B65D is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 182 | 93 | - |
| CMYK | 0 | 0.22 | 0.60 | 0.09 |
| HSL | 38.14º | 0.76% | 0.64% | - |
| HSV(B) | 38.14º | 0.6% | 0.91% | - |
| XYZ | 52.31 | 51.57 | 17.55 | - |
| YUV | 187.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 182 | 93 | 0 | 0.22 | 0.60 | 0.09 | 38.14 | 0.76 | 0.64 |
| Hex | E9 | B6 | 5D | 0 | 16 | 3C | 9 | 26 | 4C | 40 |
| Octal | 351 | 266 | 135 | 0 | 26 | 74 | 11 | 46 | 114 | 100 |
| Binary | 11101001 | 10110110 | 1011101 | 0 | 10110 | 111100 | 1001 | 100110 | 1001100 | 1000000 |
Color Harmonies of #E9B65D
Complementary color
Monochromatic Colors of #E9B65D
Black with #E9B65D
Text Example
Text Example
White with #E9B65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9B65D; }
p { color: rgb(233,182,93); }
H1.HeaderClassName
{
color: #E9B65D;
}
.AnyTagClassName
{
color: #E9B65D;
}
</style>
background-color css
<style>
a { background-color: #E9B65D; }
a { background-color: rgb(233,182,93); }
div.DivClassName
{
background-color: #E9B65D;
}
.BgClassName
{
background-color: #E9B65D;
}
</style>
border-color css
<style>
span { border-color: #E9B65D; }
span { border-color: rgb(233,182,93); }
td.TdClassName
{
border-color: #E9B65D;
}
.TagClassName
{
border-color: #E9B65D;
}
</style>