Shades of Ronchi #EEB95A
Tints of Ronchi #EEB95A
RGB
CMYK
RGB Variations
Color information
#EEB95A (or 0xEEB95A) is known color: Ronchi. HEX triplet: EE, B9 and 5A. RGB value is (238,185,90). Sum of RGB (Red+Green+Blue) = 238+185+90=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB95A is #1146A5. Grayscale: #BEBEBE. Windows color (decimal): -1132198 or 5945838. OLE color: 5945838.
HSL color Cylindrical-coordinate representation of color #EEB95A: hue angle of 38.51º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEB95A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 90 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.07 |
| HSL | 38.51º | 0.81% | 0.64% | - |
| HSV(B) | 38.51º | 0.62% | 0.93% | - |
| XYZ | 54.45 | 53.61 | 17.15 | - |
| YUV | 190.02 | 71.56 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 90 | 0 | 0.22 | 0.62 | 0.07 | 38.51 | 0.81 | 0.64 |
| Hex | EE | B9 | 5A | 0 | 16 | 3E | 7 | 27 | 51 | 40 |
| Octal | 356 | 271 | 132 | 0 | 26 | 76 | 7 | 47 | 121 | 100 |
| Binary | 11101110 | 10111001 | 1011010 | 0 | 10110 | 111110 | 111 | 100111 | 1010001 | 1000000 |
Color Harmonies of #EEB95A
Complementary color
Monochromatic Colors of #EEB95A
Black with #EEB95A
Text Example
Text Example
White with #EEB95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB95A; }
p { color: rgb(238,185,90); }
H1.HeaderClassName
{
color: #EEB95A;
}
.AnyTagClassName
{
color: #EEB95A;
}
</style>
background-color css
<style>
a { background-color: #EEB95A; }
a { background-color: rgb(238,185,90); }
div.DivClassName
{
background-color: #EEB95A;
}
.BgClassName
{
background-color: #EEB95A;
}
</style>
border-color css
<style>
span { border-color: #EEB95A; }
span { border-color: rgb(238,185,90); }
td.TdClassName
{
border-color: #EEB95A;
}
.TagClassName
{
border-color: #EEB95A;
}
</style>