Shades of Gamboge #EEA40B
Tints of Gamboge #EEA40B
RGB
CMYK
RGB Variations
Color information
#EEA40B (or 0xEEA40B) is known color: Gamboge. HEX triplet: EE, A4 and 0B. RGB value is (238,164,11). Sum of RGB (Red+Green+Blue) = 238+164+11=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA40B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA40B is #115BF4. Grayscale: #A9A9A9. Windows color (decimal): -1137653 or 763118. OLE color: 763118.
HSL color Cylindrical-coordinate representation of color #EEA40B: hue angle of 40.44º degrees, saturation: 0.91, 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 #EEA40B is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 11 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.07 |
| HSL | 40.44º | 0.91% | 0.49% | - |
| HSV(B) | 40.44º | 0.95% | 0.93% | - |
| XYZ | 48.6 | 44.75 | 6.39 | - |
| YUV | 168.68 | 39.02 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 11 | 0 | 0.31 | 0.95 | 0.07 | 40.44 | 0.91 | 0.49 |
| Hex | EE | A4 | B | 0 | 1F | 5F | 7 | 28 | 5B | 31 |
| Octal | 356 | 244 | 13 | 0 | 37 | 137 | 7 | 50 | 133 | 61 |
| Binary | 11101110 | 10100100 | 1011 | 0 | 11111 | 1011111 | 111 | 101000 | 1011011 | 110001 |
Color Harmonies of #EEA40B
Complementary color
Monochromatic Colors of #EEA40B
Black with #EEA40B
Text Example
Text Example
White with #EEA40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA40B; }
p { color: rgb(238,164,11); }
H1.HeaderClassName
{
color: #EEA40B;
}
.AnyTagClassName
{
color: #EEA40B;
}
</style>
background-color css
<style>
a { background-color: #EEA40B; }
a { background-color: rgb(238,164,11); }
div.DivClassName
{
background-color: #EEA40B;
}
.BgClassName
{
background-color: #EEA40B;
}
</style>
border-color css
<style>
span { border-color: #EEA40B; }
span { border-color: rgb(238,164,11); }
td.TdClassName
{
border-color: #EEA40B;
}
.TagClassName
{
border-color: #EEA40B;
}
</style>