Shades of Gamboge #EEA41E
Tints of Gamboge #EEA41E
RGB
CMYK
RGB Variations
Color information
#EEA41E (or 0xEEA41E) is known color: Gamboge. HEX triplet: EE, A4 and 1E. RGB value is (238,164,30). Sum of RGB (Red+Green+Blue) = 238+164+30=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 164 (64.45% from 255 or 37.96% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA41E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA41E is #115BE1. Grayscale: #ABABAB. Windows color (decimal): -1137634 or 2008302. OLE color: 2008302.
HSL color Cylindrical-coordinate representation of color #EEA41E: hue angle of 38.65º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEA41E is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 30 | - |
| CMYK | 0 | 0.31 | 0.87 | 0.07 |
| HSL | 38.65º | 0.86% | 0.53% | - |
| HSV(B) | 38.65º | 0.87% | 0.93% | - |
| XYZ | 48.77 | 44.82 | 7.31 | - |
| YUV | 170.85 | 48.52 | 175.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 30 | 0 | 0.31 | 0.87 | 0.07 | 38.65 | 0.86 | 0.53 |
| Hex | EE | A4 | 1E | 0 | 1F | 57 | 7 | 27 | 56 | 35 |
| Octal | 356 | 244 | 36 | 0 | 37 | 127 | 7 | 47 | 126 | 65 |
| Binary | 11101110 | 10100100 | 11110 | 0 | 11111 | 1010111 | 111 | 100111 | 1010110 | 110101 |
Color Harmonies of #EEA41E
Complementary color
Monochromatic Colors of #EEA41E
Black with #EEA41E
Text Example
Text Example
White with #EEA41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA41E; }
p { color: rgb(238,164,30); }
H1.HeaderClassName
{
color: #EEA41E;
}
.AnyTagClassName
{
color: #EEA41E;
}
</style>
background-color css
<style>
a { background-color: #EEA41E; }
a { background-color: rgb(238,164,30); }
div.DivClassName
{
background-color: #EEA41E;
}
.BgClassName
{
background-color: #EEA41E;
}
</style>
border-color css
<style>
span { border-color: #EEA41E; }
span { border-color: rgb(238,164,30); }
td.TdClassName
{
border-color: #EEA41E;
}
.TagClassName
{
border-color: #EEA41E;
}
</style>