Shades of Gamboge #EA9412
Tints of Gamboge #EA9412
RGB
CMYK
RGB Variations
Color information
#EA9412 (or 0xEA9412) is known color: Gamboge. HEX triplet: EA, 94 and 12. RGB value is (234,148,18). Sum of RGB (Red+Green+Blue) = 234+148+18=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9412 is #156BED. Grayscale: #9F9F9F. Windows color (decimal): -1403886 or 1217770. OLE color: 1217770.
HSL color Cylindrical-coordinate representation of color #EA9412: hue angle of 36.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA9412 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 18 | - |
| CMYK | 0 | 0.37 | 0.92 | 0.08 |
| HSL | 36.11º | 0.86% | 0.49% | - |
| HSV(B) | 36.11º | 0.92% | 0.92% | - |
| XYZ | 44.63 | 38.72 | 5.69 | - |
| YUV | 158.89 | 48.49 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 18 | 0 | 0.37 | 0.92 | 0.08 | 36.11 | 0.86 | 0.49 |
| Hex | EA | 94 | 12 | 0 | 25 | 5C | 8 | 24 | 56 | 31 |
| Octal | 352 | 224 | 22 | 0 | 45 | 134 | 10 | 44 | 126 | 61 |
| Binary | 11101010 | 10010100 | 10010 | 0 | 100101 | 1011100 | 1000 | 100100 | 1010110 | 110001 |
Color Harmonies of #EA9412
Complementary color
Monochromatic Colors of #EA9412
Black with #EA9412
Text Example
Text Example
White with #EA9412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9412; }
p { color: rgb(234,148,18); }
H1.HeaderClassName
{
color: #EA9412;
}
.AnyTagClassName
{
color: #EA9412;
}
</style>
background-color css
<style>
a { background-color: #EA9412; }
a { background-color: rgb(234,148,18); }
div.DivClassName
{
background-color: #EA9412;
}
.BgClassName
{
background-color: #EA9412;
}
</style>
border-color css
<style>
span { border-color: #EA9412; }
span { border-color: rgb(234,148,18); }
td.TdClassName
{
border-color: #EA9412;
}
.TagClassName
{
border-color: #EA9412;
}
</style>