Shades of Gamboge #EEA21C
Tints of Gamboge #EEA21C
RGB
CMYK
RGB Variations
Color information
#EEA21C (or 0xEEA21C) is known color: Gamboge. HEX triplet: EE, A2 and 1C. RGB value is (238,162,28). Sum of RGB (Red+Green+Blue) = 238+162+28=428 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.61% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA21C is #115DE3. Grayscale: #AAAAAA. Windows color (decimal): -1138148 or 1876718. OLE color: 1876718.
HSL color Cylindrical-coordinate representation of color #EEA21C: hue angle of 38.29º 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 #EEA21C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 28 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.07 |
| HSL | 38.29º | 0.86% | 0.52% | - |
| HSV(B) | 38.29º | 0.88% | 0.93% | - |
| XYZ | 48.39 | 44.1 | 7.06 | - |
| YUV | 169.45 | 48.18 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 28 | 0 | 0.32 | 0.88 | 0.07 | 38.29 | 0.86 | 0.52 |
| Hex | EE | A2 | 1C | 0 | 20 | 58 | 7 | 26 | 56 | 34 |
| Octal | 356 | 242 | 34 | 0 | 40 | 130 | 7 | 46 | 126 | 64 |
| Binary | 11101110 | 10100010 | 11100 | 0 | 100000 | 1011000 | 111 | 100110 | 1010110 | 110100 |
Color Harmonies of #EEA21C
Complementary color
Monochromatic Colors of #EEA21C
Black with #EEA21C
Text Example
Text Example
White with #EEA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA21C; }
p { color: rgb(238,162,28); }
H1.HeaderClassName
{
color: #EEA21C;
}
.AnyTagClassName
{
color: #EEA21C;
}
</style>
background-color css
<style>
a { background-color: #EEA21C; }
a { background-color: rgb(238,162,28); }
div.DivClassName
{
background-color: #EEA21C;
}
.BgClassName
{
background-color: #EEA21C;
}
</style>
border-color css
<style>
span { border-color: #EEA21C; }
span { border-color: rgb(238,162,28); }
td.TdClassName
{
border-color: #EEA21C;
}
.TagClassName
{
border-color: #EEA21C;
}
</style>