Shades of Gamboge #EEA50F
Tints of Gamboge #EEA50F
RGB
CMYK
RGB Variations
Color information
#EEA50F (or 0xEEA50F) is known color: Gamboge. HEX triplet: EE, A5 and 0F. RGB value is (238,165,15). Sum of RGB (Red+Green+Blue) = 238+165+15=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 15 (6.25% from 255 or 3.59% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA50F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA50F is #115AF0. Grayscale: #AAAAAA. Windows color (decimal): -1137393 or 1025518. OLE color: 1025518.
HSL color Cylindrical-coordinate representation of color #EEA50F: hue angle of 40.36º 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 #EEA50F is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 15 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.07 |
| HSL | 40.36º | 0.88% | 0.5% | - |
| HSV(B) | 40.36º | 0.94% | 0.93% | - |
| XYZ | 48.8 | 45.12 | 6.59 | - |
| YUV | 169.73 | 40.68 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 15 | 0 | 0.31 | 0.94 | 0.07 | 40.36 | 0.88 | 0.5 |
| Hex | EE | A5 | F | 0 | 1F | 5E | 7 | 28 | 58 | 32 |
| Octal | 356 | 245 | 17 | 0 | 37 | 136 | 7 | 50 | 130 | 62 |
| Binary | 11101110 | 10100101 | 1111 | 0 | 11111 | 1011110 | 111 | 101000 | 1011000 | 110010 |
Color Harmonies of #EEA50F
Complementary color
Monochromatic Colors of #EEA50F
Black with #EEA50F
Text Example
Text Example
White with #EEA50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA50F; }
p { color: rgb(238,165,15); }
H1.HeaderClassName
{
color: #EEA50F;
}
.AnyTagClassName
{
color: #EEA50F;
}
</style>
background-color css
<style>
a { background-color: #EEA50F; }
a { background-color: rgb(238,165,15); }
div.DivClassName
{
background-color: #EEA50F;
}
.BgClassName
{
background-color: #EEA50F;
}
</style>
border-color css
<style>
span { border-color: #EEA50F; }
span { border-color: rgb(238,165,15); }
td.TdClassName
{
border-color: #EEA50F;
}
.TagClassName
{
border-color: #EEA50F;
}
</style>