Shades of Gamboge #EEA21D
Tints of Gamboge #EEA21D
RGB
CMYK
RGB Variations
Color information
#EEA21D (or 0xEEA21D) is known color: Gamboge. HEX triplet: EE, A2 and 1D. RGB value is (238,162,29). Sum of RGB (Red+Green+Blue) = 238+162+29=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA21D is #115DE2. Grayscale: #AAAAAA. Windows color (decimal): -1138147 or 1942254. OLE color: 1942254.
HSL color Cylindrical-coordinate representation of color #EEA21D: hue angle of 38.18º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEA21D is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 29 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.07 |
| HSL | 38.18º | 0.86% | 0.52% | - |
| HSV(B) | 38.18º | 0.88% | 0.93% | - |
| XYZ | 48.4 | 44.11 | 7.12 | - |
| YUV | 169.56 | 48.68 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 29 | 0 | 0.32 | 0.88 | 0.07 | 38.18 | 0.86 | 0.52 |
| Hex | EE | A2 | 1D | 0 | 20 | 58 | 7 | 26 | 56 | 34 |
| Octal | 356 | 242 | 35 | 0 | 40 | 130 | 7 | 46 | 126 | 64 |
| Binary | 11101110 | 10100010 | 11101 | 0 | 100000 | 1011000 | 111 | 100110 | 1010110 | 110100 |
Color Harmonies of #EEA21D
Complementary color
Monochromatic Colors of #EEA21D
Black with #EEA21D
Text Example
Text Example
White with #EEA21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA21D; }
p { color: rgb(238,162,29); }
H1.HeaderClassName
{
color: #EEA21D;
}
.AnyTagClassName
{
color: #EEA21D;
}
</style>
background-color css
<style>
a { background-color: #EEA21D; }
a { background-color: rgb(238,162,29); }
div.DivClassName
{
background-color: #EEA21D;
}
.BgClassName
{
background-color: #EEA21D;
}
</style>
border-color css
<style>
span { border-color: #EEA21D; }
span { border-color: rgb(238,162,29); }
td.TdClassName
{
border-color: #EEA21D;
}
.TagClassName
{
border-color: #EEA21D;
}
</style>