Shades of Gamboge #EEA318
Tints of Gamboge #EEA318
RGB
CMYK
RGB Variations
Color information
#EEA318 (or 0xEEA318) is known color: Gamboge. HEX triplet: EE, A3 and 18. RGB value is (238,163,24). Sum of RGB (Red+Green+Blue) = 238+163+24=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA318 is #115CE7. Grayscale: #AAAAAA. Windows color (decimal): -1137896 or 1614830. OLE color: 1614830.
HSL color Cylindrical-coordinate representation of color #EEA318: hue angle of 38.97º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEA318 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 163 | 24 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.07 |
| HSL | 38.97º | 0.86% | 0.51% | - |
| HSV(B) | 38.97º | 0.9% | 0.93% | - |
| XYZ | 48.52 | 44.44 | 6.88 | - |
| YUV | 169.58 | 45.85 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 163 | 24 | 0 | 0.32 | 0.90 | 0.07 | 38.97 | 0.86 | 0.51 |
| Hex | EE | A3 | 18 | 0 | 20 | 5A | 7 | 27 | 56 | 33 |
| Octal | 356 | 243 | 30 | 0 | 40 | 132 | 7 | 47 | 126 | 63 |
| Binary | 11101110 | 10100011 | 11000 | 0 | 100000 | 1011010 | 111 | 100111 | 1010110 | 110011 |
Color Harmonies of #EEA318
Complementary color
Monochromatic Colors of #EEA318
Black with #EEA318
Text Example
Text Example
White with #EEA318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA318; }
p { color: rgb(238,163,24); }
H1.HeaderClassName
{
color: #EEA318;
}
.AnyTagClassName
{
color: #EEA318;
}
</style>
background-color css
<style>
a { background-color: #EEA318; }
a { background-color: rgb(238,163,24); }
div.DivClassName
{
background-color: #EEA318;
}
.BgClassName
{
background-color: #EEA318;
}
</style>
border-color css
<style>
span { border-color: #EEA318; }
span { border-color: rgb(238,163,24); }
td.TdClassName
{
border-color: #EEA318;
}
.TagClassName
{
border-color: #EEA318;
}
</style>