Shades of Gamboge #EEA512
Tints of Gamboge #EEA512
RGB
CMYK
RGB Variations
Color information
#EEA512 (or 0xEEA512) is known color: Gamboge. HEX triplet: EE, A5 and 12. RGB value is (238,165,18). Sum of RGB (Red+Green+Blue) = 238+165+18=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA512 is #115AED. Grayscale: #AAAAAA. Windows color (decimal): -1137390 or 1222126. OLE color: 1222126.
HSL color Cylindrical-coordinate representation of color #EEA512: hue angle of 40.09º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEA512 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 18 | - |
| CMYK | 0 | 0.31 | 0.92 | 0.07 |
| HSL | 40.09º | 0.87% | 0.5% | - |
| HSV(B) | 40.09º | 0.92% | 0.93% | - |
| XYZ | 48.82 | 45.13 | 6.71 | - |
| YUV | 170.07 | 42.18 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 18 | 0 | 0.31 | 0.92 | 0.07 | 40.09 | 0.87 | 0.5 |
| Hex | EE | A5 | 12 | 0 | 1F | 5C | 7 | 28 | 57 | 32 |
| Octal | 356 | 245 | 22 | 0 | 37 | 134 | 7 | 50 | 127 | 62 |
| Binary | 11101110 | 10100101 | 10010 | 0 | 11111 | 1011100 | 111 | 101000 | 1010111 | 110010 |
Color Harmonies of #EEA512
Complementary color
Monochromatic Colors of #EEA512
Black with #EEA512
Text Example
Text Example
White with #EEA512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA512; }
p { color: rgb(238,165,18); }
H1.HeaderClassName
{
color: #EEA512;
}
.AnyTagClassName
{
color: #EEA512;
}
</style>
background-color css
<style>
a { background-color: #EEA512; }
a { background-color: rgb(238,165,18); }
div.DivClassName
{
background-color: #EEA512;
}
.BgClassName
{
background-color: #EEA512;
}
</style>
border-color css
<style>
span { border-color: #EEA512; }
span { border-color: rgb(238,165,18); }
td.TdClassName
{
border-color: #EEA512;
}
.TagClassName
{
border-color: #EEA512;
}
</style>