Shades of Gamboge #EEA70F
Tints of Gamboge #EEA70F
RGB
CMYK
RGB Variations
Color information
#EEA70F (or 0xEEA70F) is known color: Gamboge. HEX triplet: EE, A7 and 0F. RGB value is (238,167,15). Sum of RGB (Red+Green+Blue) = 238+167+15=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 15 (6.25% from 255 or 3.57% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA70F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA70F is #1158F0. Grayscale: #ABABAB. Windows color (decimal): -1136881 or 1026030. OLE color: 1026030.
HSL color Cylindrical-coordinate representation of color #EEA70F: hue angle of 40.9º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EEA70F is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 15 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.07 |
| HSL | 40.9º | 0.88% | 0.5% | - |
| HSV(B) | 40.9º | 0.94% | 0.93% | - |
| XYZ | 49.16 | 45.85 | 6.71 | - |
| YUV | 170.9 | 40.02 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 15 | 0 | 0.30 | 0.94 | 0.07 | 40.9 | 0.88 | 0.5 |
| Hex | EE | A7 | F | 0 | 1E | 5E | 7 | 29 | 58 | 32 |
| Octal | 356 | 247 | 17 | 0 | 36 | 136 | 7 | 51 | 130 | 62 |
| Binary | 11101110 | 10100111 | 1111 | 0 | 11110 | 1011110 | 111 | 101001 | 1011000 | 110010 |
Color Harmonies of #EEA70F
Complementary color
Monochromatic Colors of #EEA70F
Black with #EEA70F
Text Example
Text Example
White with #EEA70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA70F; }
p { color: rgb(238,167,15); }
H1.HeaderClassName
{
color: #EEA70F;
}
.AnyTagClassName
{
color: #EEA70F;
}
</style>
background-color css
<style>
a { background-color: #EEA70F; }
a { background-color: rgb(238,167,15); }
div.DivClassName
{
background-color: #EEA70F;
}
.BgClassName
{
background-color: #EEA70F;
}
</style>
border-color css
<style>
span { border-color: #EEA70F; }
span { border-color: rgb(238,167,15); }
td.TdClassName
{
border-color: #EEA70F;
}
.TagClassName
{
border-color: #EEA70F;
}
</style>