Shades of Gamboge #EEA70D
Tints of Gamboge #EEA70D
RGB
CMYK
RGB Variations
Color information
#EEA70D (or 0xEEA70D) is known color: Gamboge. HEX triplet: EE, A7 and 0D. RGB value is (238,167,13). Sum of RGB (Red+Green+Blue) = 238+167+13=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA70D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA70D is #1158F2. Grayscale: #ABABAB. Windows color (decimal): -1136883 or 894958. OLE color: 894958.
HSL color Cylindrical-coordinate representation of color #EEA70D: hue angle of 41.07º 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 #EEA70D is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 13 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.07 |
| HSL | 41.07º | 0.9% | 0.49% | - |
| HSV(B) | 41.07º | 0.95% | 0.93% | - |
| XYZ | 49.15 | 45.84 | 6.64 | - |
| YUV | 170.67 | 39.02 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 13 | 0 | 0.30 | 0.95 | 0.07 | 41.07 | 0.9 | 0.49 |
| Hex | EE | A7 | D | 0 | 1E | 5F | 7 | 29 | 5A | 31 |
| Octal | 356 | 247 | 15 | 0 | 36 | 137 | 7 | 51 | 132 | 61 |
| Binary | 11101110 | 10100111 | 1101 | 0 | 11110 | 1011111 | 111 | 101001 | 1011010 | 110001 |
Color Harmonies of #EEA70D
Complementary color
Monochromatic Colors of #EEA70D
Black with #EEA70D
Text Example
Text Example
White with #EEA70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA70D; }
p { color: rgb(238,167,13); }
H1.HeaderClassName
{
color: #EEA70D;
}
.AnyTagClassName
{
color: #EEA70D;
}
</style>
background-color css
<style>
a { background-color: #EEA70D; }
a { background-color: rgb(238,167,13); }
div.DivClassName
{
background-color: #EEA70D;
}
.BgClassName
{
background-color: #EEA70D;
}
</style>
border-color css
<style>
span { border-color: #EEA70D; }
span { border-color: rgb(238,167,13); }
td.TdClassName
{
border-color: #EEA70D;
}
.TagClassName
{
border-color: #EEA70D;
}
</style>