Shades of Gamboge #EEA90D
Tints of Gamboge #EEA90D
RGB
CMYK
RGB Variations
Color information
#EEA90D (or 0xEEA90D) is known color: Gamboge. HEX triplet: EE, A9 and 0D. RGB value is (238,169,13). Sum of RGB (Red+Green+Blue) = 238+169+13=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA90D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA90D is #1156F2. Grayscale: #ACACAC. Windows color (decimal): -1136371 or 895470. OLE color: 895470.
HSL color Cylindrical-coordinate representation of color #EEA90D: hue angle of 41.6º 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 #EEA90D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 169 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.07 |
| HSL | 41.6º | 0.9% | 0.49% | - |
| HSV(B) | 41.6º | 0.95% | 0.93% | - |
| XYZ | 49.52 | 46.58 | 6.76 | - |
| YUV | 171.85 | 38.36 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 169 | 13 | 0 | 0.29 | 0.95 | 0.07 | 41.6 | 0.9 | 0.49 |
| Hex | EE | A9 | D | 0 | 1D | 5F | 7 | 2A | 5A | 31 |
| Octal | 356 | 251 | 15 | 0 | 35 | 137 | 7 | 52 | 132 | 61 |
| Binary | 11101110 | 10101001 | 1101 | 0 | 11101 | 1011111 | 111 | 101010 | 1011010 | 110001 |
Color Harmonies of #EEA90D
Complementary color
Monochromatic Colors of #EEA90D
Black with #EEA90D
Text Example
Text Example
White with #EEA90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA90D; }
p { color: rgb(238,169,13); }
H1.HeaderClassName
{
color: #EEA90D;
}
.AnyTagClassName
{
color: #EEA90D;
}
</style>
background-color css
<style>
a { background-color: #EEA90D; }
a { background-color: rgb(238,169,13); }
div.DivClassName
{
background-color: #EEA90D;
}
.BgClassName
{
background-color: #EEA90D;
}
</style>
border-color css
<style>
span { border-color: #EEA90D; }
span { border-color: rgb(238,169,13); }
td.TdClassName
{
border-color: #EEA90D;
}
.TagClassName
{
border-color: #EEA90D;
}
</style>