Shades of Gamboge #EEA61A
Tints of Gamboge #EEA61A
RGB
CMYK
RGB Variations
Color information
#EEA61A (or 0xEEA61A) is known color: Gamboge. HEX triplet: EE, A6 and 1A. RGB value is (238,166,26). Sum of RGB (Red+Green+Blue) = 238+166+26=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 26 (10.55% from 255 or 6.05% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA61A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA61A is #1159E5. Grayscale: #ACACAC. Windows color (decimal): -1137126 or 1746670. OLE color: 1746670.
HSL color Cylindrical-coordinate representation of color #EEA61A: hue angle of 39.62º 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 #EEA61A is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 26 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.07 |
| HSL | 39.62º | 0.86% | 0.52% | - |
| HSV(B) | 39.62º | 0.89% | 0.93% | - |
| XYZ | 49.08 | 45.52 | 7.18 | - |
| YUV | 171.57 | 45.85 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 26 | 0 | 0.30 | 0.89 | 0.07 | 39.62 | 0.86 | 0.52 |
| Hex | EE | A6 | 1A | 0 | 1E | 59 | 7 | 28 | 56 | 34 |
| Octal | 356 | 246 | 32 | 0 | 36 | 131 | 7 | 50 | 126 | 64 |
| Binary | 11101110 | 10100110 | 11010 | 0 | 11110 | 1011001 | 111 | 101000 | 1010110 | 110100 |
Color Harmonies of #EEA61A
Complementary color
Monochromatic Colors of #EEA61A
Black with #EEA61A
Text Example
Text Example
White with #EEA61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA61A; }
p { color: rgb(238,166,26); }
H1.HeaderClassName
{
color: #EEA61A;
}
.AnyTagClassName
{
color: #EEA61A;
}
</style>
background-color css
<style>
a { background-color: #EEA61A; }
a { background-color: rgb(238,166,26); }
div.DivClassName
{
background-color: #EEA61A;
}
.BgClassName
{
background-color: #EEA61A;
}
</style>
border-color css
<style>
span { border-color: #EEA61A; }
span { border-color: rgb(238,166,26); }
td.TdClassName
{
border-color: #EEA61A;
}
.TagClassName
{
border-color: #EEA61A;
}
</style>