Shades of Gamboge #EEA207
Tints of Gamboge #EEA207
RGB
CMYK
RGB Variations
Color information
#EEA207 (or 0xEEA207) is known color: Gamboge. HEX triplet: EE, A2 and 07. RGB value is (238,162,7). Sum of RGB (Red+Green+Blue) = 238+162+7=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA207 is #115DF8. Grayscale: #A7A7A7. Windows color (decimal): -1138169 or 500462. OLE color: 500462.
HSL color Cylindrical-coordinate representation of color #EEA207: hue angle of 40.26º 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 #EEA207 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 7 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.07 |
| HSL | 40.26º | 0.94% | 0.48% | - |
| HSV(B) | 40.26º | 0.97% | 0.93% | - |
| XYZ | 48.22 | 44.03 | 6.16 | - |
| YUV | 167.05 | 37.68 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 7 | 0 | 0.32 | 0.97 | 0.07 | 40.26 | 0.94 | 0.48 |
| Hex | EE | A2 | 7 | 0 | 20 | 61 | 7 | 28 | 5E | 30 |
| Octal | 356 | 242 | 7 | 0 | 40 | 141 | 7 | 50 | 136 | 60 |
| Binary | 11101110 | 10100010 | 111 | 0 | 100000 | 1100001 | 111 | 101000 | 1011110 | 110000 |
Color Harmonies of #EEA207
Complementary color
Monochromatic Colors of #EEA207
Black with #EEA207
Text Example
Text Example
White with #EEA207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA207; }
p { color: rgb(238,162,7); }
H1.HeaderClassName
{
color: #EEA207;
}
.AnyTagClassName
{
color: #EEA207;
}
</style>
background-color css
<style>
a { background-color: #EEA207; }
a { background-color: rgb(238,162,7); }
div.DivClassName
{
background-color: #EEA207;
}
.BgClassName
{
background-color: #EEA207;
}
</style>
border-color css
<style>
span { border-color: #EEA207; }
span { border-color: rgb(238,162,7); }
td.TdClassName
{
border-color: #EEA207;
}
.TagClassName
{
border-color: #EEA207;
}
</style>