Shades of Gamboge #EEA014
Tints of Gamboge #EEA014
RGB
CMYK
RGB Variations
Color information
#EEA014 (or 0xEEA014) is known color: Gamboge. HEX triplet: EE, A0 and 14. RGB value is (238,160,20). Sum of RGB (Red+Green+Blue) = 238+160+20=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA014 is #115FEB. Grayscale: #A7A7A7. Windows color (decimal): -1138668 or 1351918. OLE color: 1351918.
HSL color Cylindrical-coordinate representation of color #EEA014: hue angle of 38.53º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEA014 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 20 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.07 |
| HSL | 38.53º | 0.87% | 0.51% | - |
| HSV(B) | 38.53º | 0.92% | 0.93% | - |
| XYZ | 47.96 | 43.37 | 6.51 | - |
| YUV | 167.36 | 44.84 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 20 | 0 | 0.33 | 0.92 | 0.07 | 38.53 | 0.87 | 0.51 |
| Hex | EE | A0 | 14 | 0 | 21 | 5C | 7 | 27 | 57 | 33 |
| Octal | 356 | 240 | 24 | 0 | 41 | 134 | 7 | 47 | 127 | 63 |
| Binary | 11101110 | 10100000 | 10100 | 0 | 100001 | 1011100 | 111 | 100111 | 1010111 | 110011 |
Color Harmonies of #EEA014
Complementary color
Monochromatic Colors of #EEA014
Black with #EEA014
Text Example
Text Example
White with #EEA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA014; }
p { color: rgb(238,160,20); }
H1.HeaderClassName
{
color: #EEA014;
}
.AnyTagClassName
{
color: #EEA014;
}
</style>
background-color css
<style>
a { background-color: #EEA014; }
a { background-color: rgb(238,160,20); }
div.DivClassName
{
background-color: #EEA014;
}
.BgClassName
{
background-color: #EEA014;
}
</style>
border-color css
<style>
span { border-color: #EEA014; }
span { border-color: rgb(238,160,20); }
td.TdClassName
{
border-color: #EEA014;
}
.TagClassName
{
border-color: #EEA014;
}
</style>