Shades of Gamboge #EEA60F
Tints of Gamboge #EEA60F
RGB
CMYK
RGB Variations
Color information
#EEA60F (or 0xEEA60F) is known color: Gamboge. HEX triplet: EE, A6 and 0F. RGB value is (238,166,15). Sum of RGB (Red+Green+Blue) = 238+166+15=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA60F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA60F is #1159F0. Grayscale: #AAAAAA. Windows color (decimal): -1137137 or 1025774. OLE color: 1025774.
HSL color Cylindrical-coordinate representation of color #EEA60F: hue angle of 40.63º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEA60F is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 15 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.07 |
| HSL | 40.63º | 0.88% | 0.5% | - |
| HSV(B) | 40.63º | 0.94% | 0.93% | - |
| XYZ | 48.98 | 45.48 | 6.65 | - |
| YUV | 170.31 | 40.35 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 15 | 0 | 0.30 | 0.94 | 0.07 | 40.63 | 0.88 | 0.5 |
| Hex | EE | A6 | F | 0 | 1E | 5E | 7 | 29 | 58 | 32 |
| Octal | 356 | 246 | 17 | 0 | 36 | 136 | 7 | 51 | 130 | 62 |
| Binary | 11101110 | 10100110 | 1111 | 0 | 11110 | 1011110 | 111 | 101001 | 1011000 | 110010 |
Color Harmonies of #EEA60F
Complementary color
Monochromatic Colors of #EEA60F
Black with #EEA60F
Text Example
Text Example
White with #EEA60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA60F; }
p { color: rgb(238,166,15); }
H1.HeaderClassName
{
color: #EEA60F;
}
.AnyTagClassName
{
color: #EEA60F;
}
</style>
background-color css
<style>
a { background-color: #EEA60F; }
a { background-color: rgb(238,166,15); }
div.DivClassName
{
background-color: #EEA60F;
}
.BgClassName
{
background-color: #EEA60F;
}
</style>
border-color css
<style>
span { border-color: #EEA60F; }
span { border-color: rgb(238,166,15); }
td.TdClassName
{
border-color: #EEA60F;
}
.TagClassName
{
border-color: #EEA60F;
}
</style>