Shades of Gamboge #EEA812
Tints of Gamboge #EEA812
RGB
CMYK
RGB Variations
Color information
#EEA812 (or 0xEEA812) is known color: Gamboge. HEX triplet: EE, A8 and 12. RGB value is (238,168,18). Sum of RGB (Red+Green+Blue) = 238+168+18=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 18 (7.42% from 255 or 4.25% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA812 is #1157ED. Grayscale: #ACACAC. Windows color (decimal): -1136622 or 1222894. OLE color: 1222894.
HSL color Cylindrical-coordinate representation of color #EEA812: hue angle of 40.91º 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 #EEA812 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 168 | 18 | - |
CMYK | 0 | 0.29 | 0.92 | 0.07 |
HSL | 40.91º | 0.87% | 0.5% | - |
HSV(B) | 40.91º | 0.92% | 0.93% | - |
XYZ | 49.37 | 46.23 | 6.89 | - |
YUV | 171.83 | 41.19 | 175.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 168 | 18 | 0 | 0.29 | 0.92 | 0.07 | 40.91 | 0.87 | 0.5 |
Hex | EE | A8 | 12 | 0 | 1D | 5C | 7 | 29 | 57 | 32 |
Octal | 356 | 250 | 22 | 0 | 35 | 134 | 7 | 51 | 127 | 62 |
Binary | 11101110 | 10101000 | 10010 | 0 | 11101 | 1011100 | 111 | 101001 | 1010111 | 110010 |
Color Harmonies of #EEA812
Complementary color
Monochromatic Colors of #EEA812
Black with #EEA812
Text Example
Text Example
White with #EEA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA812; }
p { color: rgb(238,168,18); }
H1.HeaderClassName
{
color: #EEA812;
}
.AnyTagClassName
{
color: #EEA812;
}
</style>
background-color css
<style>
a { background-color: #EEA812; }
a { background-color: rgb(238,168,18); }
div.DivClassName
{
background-color: #EEA812;
}
.BgClassName
{
background-color: #EEA812;
}
</style>
border-color css
<style>
span { border-color: #EEA812; }
span { border-color: rgb(238,168,18); }
td.TdClassName
{
border-color: #EEA812;
}
.TagClassName
{
border-color: #EEA812;
}
</style>