Shades of Ronchi #EEB54E
Tints of Ronchi #EEB54E
RGB
CMYK
RGB Variations
Color information
#EEB54E (or 0xEEB54E) is known color: Ronchi. HEX triplet: EE, B5 and 4E. RGB value is (238,181,78). Sum of RGB (Red+Green+Blue) = 238+181+78=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB54E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB54E is #114AB1. Grayscale: #BABABA. Windows color (decimal): -1133234 or 5158382. OLE color: 5158382.
HSL color Cylindrical-coordinate representation of color #EEB54E: hue angle of 38.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEB54E is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 78 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.07 |
| HSL | 38.63º | 0.82% | 0.62% | - |
| HSV(B) | 38.63º | 0.67% | 0.93% | - |
| XYZ | 53.16 | 51.77 | 14.4 | - |
| YUV | 186.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 78 | 0 | 0.24 | 0.67 | 0.07 | 38.63 | 0.82 | 0.62 |
| Hex | EE | B5 | 4E | 0 | 18 | 43 | 7 | 27 | 52 | 3E |
| Octal | 356 | 265 | 116 | 0 | 30 | 103 | 7 | 47 | 122 | 76 |
| Binary | 11101110 | 10110101 | 1001110 | 0 | 11000 | 1000011 | 111 | 100111 | 1010010 | 111110 |
Color Harmonies of #EEB54E
Complementary color
Monochromatic Colors of #EEB54E
Black with #EEB54E
Text Example
Text Example
White with #EEB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB54E; }
p { color: rgb(238,181,78); }
H1.HeaderClassName
{
color: #EEB54E;
}
.AnyTagClassName
{
color: #EEB54E;
}
</style>
background-color css
<style>
a { background-color: #EEB54E; }
a { background-color: rgb(238,181,78); }
div.DivClassName
{
background-color: #EEB54E;
}
.BgClassName
{
background-color: #EEB54E;
}
</style>
border-color css
<style>
span { border-color: #EEB54E; }
span { border-color: rgb(238,181,78); }
td.TdClassName
{
border-color: #EEB54E;
}
.TagClassName
{
border-color: #EEB54E;
}
</style>