Shades of Gamboge #EEA10D
Tints of Gamboge #EEA10D
RGB
CMYK
RGB Variations
Color information
#EEA10D (or 0xEEA10D) is known color: Gamboge. HEX triplet: EE, A1 and 0D. RGB value is (238,161,13). Sum of RGB (Red+Green+Blue) = 238+161+13=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA10D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA10D is #115EF2. Grayscale: #A7A7A7. Windows color (decimal): -1138419 or 893422. OLE color: 893422.
HSL color Cylindrical-coordinate representation of color #EEA10D: hue angle of 39.47º 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 #EEA10D is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 13 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.07 |
| HSL | 39.47º | 0.9% | 0.49% | - |
| HSV(B) | 39.47º | 0.95% | 0.93% | - |
| XYZ | 48.08 | 43.7 | 6.28 | - |
| YUV | 167.15 | 41.01 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 13 | 0 | 0.32 | 0.95 | 0.07 | 39.47 | 0.9 | 0.49 |
| Hex | EE | A1 | D | 0 | 20 | 5F | 7 | 27 | 5A | 31 |
| Octal | 356 | 241 | 15 | 0 | 40 | 137 | 7 | 47 | 132 | 61 |
| Binary | 11101110 | 10100001 | 1101 | 0 | 100000 | 1011111 | 111 | 100111 | 1011010 | 110001 |
Color Harmonies of #EEA10D
Complementary color
Monochromatic Colors of #EEA10D
Black with #EEA10D
Text Example
Text Example
White with #EEA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA10D; }
p { color: rgb(238,161,13); }
H1.HeaderClassName
{
color: #EEA10D;
}
.AnyTagClassName
{
color: #EEA10D;
}
</style>
background-color css
<style>
a { background-color: #EEA10D; }
a { background-color: rgb(238,161,13); }
div.DivClassName
{
background-color: #EEA10D;
}
.BgClassName
{
background-color: #EEA10D;
}
</style>
border-color css
<style>
span { border-color: #EEA10D; }
span { border-color: rgb(238,161,13); }
td.TdClassName
{
border-color: #EEA10D;
}
.TagClassName
{
border-color: #EEA10D;
}
</style>