Shades of Gamboge #EE9614
Tints of Gamboge #EE9614
RGB
CMYK
RGB Variations
Color information
#EE9614 (or 0xEE9614) is known color: Gamboge. HEX triplet: EE, 96 and 14. RGB value is (238,150,20). Sum of RGB (Red+Green+Blue) = 238+150+20=408 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.33% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9614 is #1169EB. Grayscale: #A2A2A2. Windows color (decimal): -1141228 or 1349358. OLE color: 1349358.
HSL color Cylindrical-coordinate representation of color #EE9614: hue angle of 35.78º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE9614 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 20 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.07 |
| HSL | 35.78º | 0.87% | 0.51% | - |
| HSV(B) | 35.78º | 0.92% | 0.93% | - |
| XYZ | 46.29 | 40.04 | 5.95 | - |
| YUV | 161.49 | 48.15 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 20 | 0 | 0.37 | 0.92 | 0.07 | 35.78 | 0.87 | 0.51 |
| Hex | EE | 96 | 14 | 0 | 25 | 5C | 7 | 24 | 57 | 33 |
| Octal | 356 | 226 | 24 | 0 | 45 | 134 | 7 | 44 | 127 | 63 |
| Binary | 11101110 | 10010110 | 10100 | 0 | 100101 | 1011100 | 111 | 100100 | 1010111 | 110011 |
Color Harmonies of #EE9614
Complementary color
Monochromatic Colors of #EE9614
Black with #EE9614
Text Example
Text Example
White with #EE9614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9614; }
p { color: rgb(238,150,20); }
H1.HeaderClassName
{
color: #EE9614;
}
.AnyTagClassName
{
color: #EE9614;
}
</style>
background-color css
<style>
a { background-color: #EE9614; }
a { background-color: rgb(238,150,20); }
div.DivClassName
{
background-color: #EE9614;
}
.BgClassName
{
background-color: #EE9614;
}
</style>
border-color css
<style>
span { border-color: #EE9614; }
span { border-color: rgb(238,150,20); }
td.TdClassName
{
border-color: #EE9614;
}
.TagClassName
{
border-color: #EE9614;
}
</style>