Shades of Gamboge #EA940E
Tints of Gamboge #EA940E
RGB
CMYK
RGB Variations
Color information
#EA940E (or 0xEA940E) is known color: Gamboge. HEX triplet: EA, 94 and 0E. RGB value is (234,148,14). Sum of RGB (Red+Green+Blue) = 234+148+14=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA940E is #156BF1. Grayscale: #9F9F9F. Windows color (decimal): -1403890 or 955626. OLE color: 955626.
HSL color Cylindrical-coordinate representation of color #EA940E: hue angle of 36.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA940E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.08 |
| HSL | 36.55º | 0.89% | 0.49% | - |
| HSV(B) | 36.55º | 0.94% | 0.92% | - |
| XYZ | 44.6 | 38.7 | 5.54 | - |
| YUV | 158.44 | 46.49 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 14 | 0 | 0.37 | 0.94 | 0.08 | 36.55 | 0.89 | 0.49 |
| Hex | EA | 94 | E | 0 | 25 | 5E | 8 | 25 | 59 | 31 |
| Octal | 352 | 224 | 16 | 0 | 45 | 136 | 10 | 45 | 131 | 61 |
| Binary | 11101010 | 10010100 | 1110 | 0 | 100101 | 1011110 | 1000 | 100101 | 1011001 | 110001 |
Color Harmonies of #EA940E
Complementary color
Monochromatic Colors of #EA940E
Black with #EA940E
Text Example
Text Example
White with #EA940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA940E; }
p { color: rgb(234,148,14); }
H1.HeaderClassName
{
color: #EA940E;
}
.AnyTagClassName
{
color: #EA940E;
}
</style>
background-color css
<style>
a { background-color: #EA940E; }
a { background-color: rgb(234,148,14); }
div.DivClassName
{
background-color: #EA940E;
}
.BgClassName
{
background-color: #EA940E;
}
</style>
border-color css
<style>
span { border-color: #EA940E; }
span { border-color: rgb(234,148,14); }
td.TdClassName
{
border-color: #EA940E;
}
.TagClassName
{
border-color: #EA940E;
}
</style>