Shades of Gamboge #EEA21A
Tints of Gamboge #EEA21A
RGB
CMYK
RGB Variations
Color information
#EEA21A (or 0xEEA21A) is known color: Gamboge. HEX triplet: EE, A2 and 1A. RGB value is (238,162,26). Sum of RGB (Red+Green+Blue) = 238+162+26=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 26 (10.55% from 255 or 6.10% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA21A is #115DE5. Grayscale: #A9A9A9. Windows color (decimal): -1138150 or 1745646. OLE color: 1745646.
HSL color Cylindrical-coordinate representation of color #EEA21A: hue angle of 38.49º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEA21A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 26 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.07 |
| HSL | 38.49º | 0.86% | 0.52% | - |
| HSV(B) | 38.49º | 0.89% | 0.93% | - |
| XYZ | 48.37 | 44.09 | 6.94 | - |
| YUV | 169.22 | 47.18 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 26 | 0 | 0.32 | 0.89 | 0.07 | 38.49 | 0.86 | 0.52 |
| Hex | EE | A2 | 1A | 0 | 20 | 59 | 7 | 26 | 56 | 34 |
| Octal | 356 | 242 | 32 | 0 | 40 | 131 | 7 | 46 | 126 | 64 |
| Binary | 11101110 | 10100010 | 11010 | 0 | 100000 | 1011001 | 111 | 100110 | 1010110 | 110100 |
Color Harmonies of #EEA21A
Complementary color
Monochromatic Colors of #EEA21A
Black with #EEA21A
Text Example
Text Example
White with #EEA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA21A; }
p { color: rgb(238,162,26); }
H1.HeaderClassName
{
color: #EEA21A;
}
.AnyTagClassName
{
color: #EEA21A;
}
</style>
background-color css
<style>
a { background-color: #EEA21A; }
a { background-color: rgb(238,162,26); }
div.DivClassName
{
background-color: #EEA21A;
}
.BgClassName
{
background-color: #EEA21A;
}
</style>
border-color css
<style>
span { border-color: #EEA21A; }
span { border-color: rgb(238,162,26); }
td.TdClassName
{
border-color: #EEA21A;
}
.TagClassName
{
border-color: #EEA21A;
}
</style>