Shades of Gamboge #EEA413
Tints of Gamboge #EEA413
RGB
CMYK
RGB Variations
Color information
#EEA413 (or 0xEEA413) is known color: Gamboge. HEX triplet: EE, A4 and 13. RGB value is (238,164,19). Sum of RGB (Red+Green+Blue) = 238+164+19=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA413 is #115BEC. Grayscale: #AAAAAA. Windows color (decimal): -1137645 or 1287406. OLE color: 1287406.
HSL color Cylindrical-coordinate representation of color #EEA413: hue angle of 39.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEA413 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 19 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.07 |
| HSL | 39.73º | 0.87% | 0.5% | - |
| HSV(B) | 39.73º | 0.92% | 0.93% | - |
| XYZ | 48.65 | 44.78 | 6.69 | - |
| YUV | 169.6 | 43.02 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 19 | 0 | 0.31 | 0.92 | 0.07 | 39.73 | 0.87 | 0.5 |
| Hex | EE | A4 | 13 | 0 | 1F | 5C | 7 | 28 | 57 | 32 |
| Octal | 356 | 244 | 23 | 0 | 37 | 134 | 7 | 50 | 127 | 62 |
| Binary | 11101110 | 10100100 | 10011 | 0 | 11111 | 1011100 | 111 | 101000 | 1010111 | 110010 |
Color Harmonies of #EEA413
Complementary color
Monochromatic Colors of #EEA413
Black with #EEA413
Text Example
Text Example
White with #EEA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA413; }
p { color: rgb(238,164,19); }
H1.HeaderClassName
{
color: #EEA413;
}
.AnyTagClassName
{
color: #EEA413;
}
</style>
background-color css
<style>
a { background-color: #EEA413; }
a { background-color: rgb(238,164,19); }
div.DivClassName
{
background-color: #EEA413;
}
.BgClassName
{
background-color: #EEA413;
}
</style>
border-color css
<style>
span { border-color: #EEA413; }
span { border-color: rgb(238,164,19); }
td.TdClassName
{
border-color: #EEA413;
}
.TagClassName
{
border-color: #EEA413;
}
</style>