Shades of Gamboge #EEA407
Tints of Gamboge #EEA407
RGB
CMYK
RGB Variations
Color information
#EEA407 (or 0xEEA407) is known color: Gamboge. HEX triplet: EE, A4 and 07. RGB value is (238,164,7). Sum of RGB (Red+Green+Blue) = 238+164+7=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA407 is #115BF8. Grayscale: #A8A8A8. Windows color (decimal): -1137657 or 500974. OLE color: 500974.
HSL color Cylindrical-coordinate representation of color #EEA407: hue angle of 40.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEA407 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.07 |
| HSL | 40.78º | 0.94% | 0.48% | - |
| HSV(B) | 40.78º | 0.97% | 0.93% | - |
| XYZ | 48.57 | 44.74 | 6.28 | - |
| YUV | 168.23 | 37.02 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 7 | 0 | 0.31 | 0.97 | 0.07 | 40.78 | 0.94 | 0.48 |
| Hex | EE | A4 | 7 | 0 | 1F | 61 | 7 | 29 | 5E | 30 |
| Octal | 356 | 244 | 7 | 0 | 37 | 141 | 7 | 51 | 136 | 60 |
| Binary | 11101110 | 10100100 | 111 | 0 | 11111 | 1100001 | 111 | 101001 | 1011110 | 110000 |
Color Harmonies of #EEA407
Complementary color
Monochromatic Colors of #EEA407
Black with #EEA407
Text Example
Text Example
White with #EEA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA407; }
p { color: rgb(238,164,7); }
H1.HeaderClassName
{
color: #EEA407;
}
.AnyTagClassName
{
color: #EEA407;
}
</style>
background-color css
<style>
a { background-color: #EEA407; }
a { background-color: rgb(238,164,7); }
div.DivClassName
{
background-color: #EEA407;
}
.BgClassName
{
background-color: #EEA407;
}
</style>
border-color css
<style>
span { border-color: #EEA407; }
span { border-color: rgb(238,164,7); }
td.TdClassName
{
border-color: #EEA407;
}
.TagClassName
{
border-color: #EEA407;
}
</style>