Shades of Ronchi #EEB64D
Tints of Ronchi #EEB64D
RGB
CMYK
RGB Variations
Color information
#EEB64D (or 0xEEB64D) is known color: Ronchi. HEX triplet: EE, B6 and 4D. RGB value is (238,182,77). Sum of RGB (Red+Green+Blue) = 238+182+77=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB64D is #1149B2. Grayscale: #BBBBBB. Windows color (decimal): -1132979 or 5093102. OLE color: 5093102.
HSL color Cylindrical-coordinate representation of color #EEB64D: hue angle of 39.13º 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 #EEB64D is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 77 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.07 |
| HSL | 39.13º | 0.83% | 0.62% | - |
| HSV(B) | 39.13º | 0.68% | 0.93% | - |
| XYZ | 53.33 | 52.17 | 14.28 | - |
| YUV | 186.77 | 66.05 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 77 | 0 | 0.24 | 0.68 | 0.07 | 39.13 | 0.83 | 0.62 |
| Hex | EE | B6 | 4D | 0 | 18 | 44 | 7 | 27 | 53 | 3E |
| Octal | 356 | 266 | 115 | 0 | 30 | 104 | 7 | 47 | 123 | 76 |
| Binary | 11101110 | 10110110 | 1001101 | 0 | 11000 | 1000100 | 111 | 100111 | 1010011 | 111110 |
Color Harmonies of #EEB64D
Complementary color
Monochromatic Colors of #EEB64D
Black with #EEB64D
Text Example
Text Example
White with #EEB64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB64D; }
p { color: rgb(238,182,77); }
H1.HeaderClassName
{
color: #EEB64D;
}
.AnyTagClassName
{
color: #EEB64D;
}
</style>
background-color css
<style>
a { background-color: #EEB64D; }
a { background-color: rgb(238,182,77); }
div.DivClassName
{
background-color: #EEB64D;
}
.BgClassName
{
background-color: #EEB64D;
}
</style>
border-color css
<style>
span { border-color: #EEB64D; }
span { border-color: rgb(238,182,77); }
td.TdClassName
{
border-color: #EEB64D;
}
.TagClassName
{
border-color: #EEB64D;
}
</style>