Shades of Ronchi #EEBA4D
Tints of Ronchi #EEBA4D
RGB
CMYK
RGB Variations
Color information
#EEBA4D (or 0xEEBA4D) is known color: Ronchi. HEX triplet: EE, BA and 4D. RGB value is (238,186,77). Sum of RGB (Red+Green+Blue) = 238+186+77=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBA4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEBA4D is #1145B2. Grayscale: #BDBDBD. Windows color (decimal): -1131955 or 5094126. OLE color: 5094126.
HSL color Cylindrical-coordinate representation of color #EEBA4D: hue angle of 40.62º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEBA4D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 186 | 77 | - |
CMYK | 0 | 0.22 | 0.68 | 0.07 |
HSL | 40.62º | 0.83% | 0.62% | - |
HSV(B) | 40.62º | 0.68% | 0.93% | - |
XYZ | 54.16 | 53.83 | 14.56 | - |
YUV | 189.12 | 64.73 | 162.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 186 | 77 | 0 | 0.22 | 0.68 | 0.07 | 40.62 | 0.83 | 0.62 |
Hex | EE | BA | 4D | 0 | 16 | 44 | 7 | 29 | 53 | 3E |
Octal | 356 | 272 | 115 | 0 | 26 | 104 | 7 | 51 | 123 | 76 |
Binary | 11101110 | 10111010 | 1001101 | 0 | 10110 | 1000100 | 111 | 101001 | 1010011 | 111110 |
Color Harmonies of #EEBA4D
Complementary color
Monochromatic Colors of #EEBA4D
Black with #EEBA4D
Text Example
Text Example
White with #EEBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBA4D; }
p { color: rgb(238,186,77); }
H1.HeaderClassName
{
color: #EEBA4D;
}
.AnyTagClassName
{
color: #EEBA4D;
}
</style>
background-color css
<style>
a { background-color: #EEBA4D; }
a { background-color: rgb(238,186,77); }
div.DivClassName
{
background-color: #EEBA4D;
}
.BgClassName
{
background-color: #EEBA4D;
}
</style>
border-color css
<style>
span { border-color: #EEBA4D; }
span { border-color: rgb(238,186,77); }
td.TdClassName
{
border-color: #EEBA4D;
}
.TagClassName
{
border-color: #EEBA4D;
}
</style>