Shades of Gamboge #EEA61C
Tints of Gamboge #EEA61C
RGB
CMYK
RGB Variations
Color information
#EEA61C (or 0xEEA61C) is known color: Gamboge. HEX triplet: EE, A6 and 1C. RGB value is (238,166,28). Sum of RGB (Red+Green+Blue) = 238+166+28=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA61C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA61C is #1159E3. Grayscale: #ACACAC. Windows color (decimal): -1137124 or 1877742. OLE color: 1877742.
HSL color Cylindrical-coordinate representation of color #EEA61C: hue angle of 39.43º 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 #EEA61C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 28 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.07 |
| HSL | 39.43º | 0.86% | 0.52% | - |
| HSV(B) | 39.43º | 0.88% | 0.93% | - |
| XYZ | 49.11 | 45.53 | 7.3 | - |
| YUV | 171.8 | 46.85 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 28 | 0 | 0.30 | 0.88 | 0.07 | 39.43 | 0.86 | 0.52 |
| Hex | EE | A6 | 1C | 0 | 1E | 58 | 7 | 27 | 56 | 34 |
| Octal | 356 | 246 | 34 | 0 | 36 | 130 | 7 | 47 | 126 | 64 |
| Binary | 11101110 | 10100110 | 11100 | 0 | 11110 | 1011000 | 111 | 100111 | 1010110 | 110100 |
Color Harmonies of #EEA61C
Complementary color
Monochromatic Colors of #EEA61C
Black with #EEA61C
Text Example
Text Example
White with #EEA61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA61C; }
p { color: rgb(238,166,28); }
H1.HeaderClassName
{
color: #EEA61C;
}
.AnyTagClassName
{
color: #EEA61C;
}
</style>
background-color css
<style>
a { background-color: #EEA61C; }
a { background-color: rgb(238,166,28); }
div.DivClassName
{
background-color: #EEA61C;
}
.BgClassName
{
background-color: #EEA61C;
}
</style>
border-color css
<style>
span { border-color: #EEA61C; }
span { border-color: rgb(238,166,28); }
td.TdClassName
{
border-color: #EEA61C;
}
.TagClassName
{
border-color: #EEA61C;
}
</style>