Shades of Gamboge #EEA40C
Tints of Gamboge #EEA40C
RGB
CMYK
RGB Variations
Color information
#EEA40C (or 0xEEA40C) is known color: Gamboge. HEX triplet: EE, A4 and 0C. RGB value is (238,164,12). Sum of RGB (Red+Green+Blue) = 238+164+12=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA40C is #115BF3. Grayscale: #A9A9A9. Windows color (decimal): -1137652 or 828654. OLE color: 828654.
HSL color Cylindrical-coordinate representation of color #EEA40C: hue angle of 40.35º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEA40C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.07 |
| HSL | 40.35º | 0.9% | 0.49% | - |
| HSV(B) | 40.35º | 0.95% | 0.93% | - |
| XYZ | 48.6 | 44.75 | 6.42 | - |
| YUV | 168.8 | 39.52 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 12 | 0 | 0.31 | 0.95 | 0.07 | 40.35 | 0.9 | 0.49 |
| Hex | EE | A4 | C | 0 | 1F | 5F | 7 | 28 | 5A | 31 |
| Octal | 356 | 244 | 14 | 0 | 37 | 137 | 7 | 50 | 132 | 61 |
| Binary | 11101110 | 10100100 | 1100 | 0 | 11111 | 1011111 | 111 | 101000 | 1011010 | 110001 |
Color Harmonies of #EEA40C
Complementary color
Monochromatic Colors of #EEA40C
Black with #EEA40C
Text Example
Text Example
White with #EEA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA40C; }
p { color: rgb(238,164,12); }
H1.HeaderClassName
{
color: #EEA40C;
}
.AnyTagClassName
{
color: #EEA40C;
}
</style>
background-color css
<style>
a { background-color: #EEA40C; }
a { background-color: rgb(238,164,12); }
div.DivClassName
{
background-color: #EEA40C;
}
.BgClassName
{
background-color: #EEA40C;
}
</style>
border-color css
<style>
span { border-color: #EEA40C; }
span { border-color: rgb(238,164,12); }
td.TdClassName
{
border-color: #EEA40C;
}
.TagClassName
{
border-color: #EEA40C;
}
</style>