Shades of Ronchi #EEB54D
Tints of Ronchi #EEB54D
RGB
CMYK
RGB Variations
Color information
#EEB54D (or 0xEEB54D) is known color: Ronchi. HEX triplet: EE, B5 and 4D. RGB value is (238,181,77). Sum of RGB (Red+Green+Blue) = 238+181+77=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB54D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB54D is #114AB2. Grayscale: #BABABA. Windows color (decimal): -1133235 or 5092846. OLE color: 5092846.
HSL color Cylindrical-coordinate representation of color #EEB54D: hue angle of 38.76º 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 #EEB54D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 77 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.07 |
| HSL | 38.76º | 0.83% | 0.62% | - |
| HSV(B) | 38.76º | 0.68% | 0.93% | - |
| XYZ | 53.12 | 51.76 | 14.21 | - |
| YUV | 186.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 77 | 0 | 0.24 | 0.68 | 0.07 | 38.76 | 0.83 | 0.62 |
| Hex | EE | B5 | 4D | 0 | 18 | 44 | 7 | 27 | 53 | 3E |
| Octal | 356 | 265 | 115 | 0 | 30 | 104 | 7 | 47 | 123 | 76 |
| Binary | 11101110 | 10110101 | 1001101 | 0 | 11000 | 1000100 | 111 | 100111 | 1010011 | 111110 |
Color Harmonies of #EEB54D
Complementary color
Monochromatic Colors of #EEB54D
Black with #EEB54D
Text Example
Text Example
White with #EEB54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB54D; }
p { color: rgb(238,181,77); }
H1.HeaderClassName
{
color: #EEB54D;
}
.AnyTagClassName
{
color: #EEB54D;
}
</style>
background-color css
<style>
a { background-color: #EEB54D; }
a { background-color: rgb(238,181,77); }
div.DivClassName
{
background-color: #EEB54D;
}
.BgClassName
{
background-color: #EEB54D;
}
</style>
border-color css
<style>
span { border-color: #EEB54D; }
span { border-color: rgb(238,181,77); }
td.TdClassName
{
border-color: #EEB54D;
}
.TagClassName
{
border-color: #EEB54D;
}
</style>