Shades of Gamboge #EA930E
Tints of Gamboge #EA930E
RGB
CMYK
RGB Variations
Color information
#EA930E (or 0xEA930E) is known color: Gamboge. HEX triplet: EA, 93 and 0E. RGB value is (234,147,14). Sum of RGB (Red+Green+Blue) = 234+147+14=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA930E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA930E is #156CF1. Grayscale: #9E9E9E. Windows color (decimal): -1404146 or 955370. OLE color: 955370.
HSL color Cylindrical-coordinate representation of color #EA930E: hue angle of 36.27º 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 #EA930E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.08 |
| HSL | 36.27º | 0.89% | 0.49% | - |
| HSV(B) | 36.27º | 0.94% | 0.92% | - |
| XYZ | 44.44 | 38.39 | 5.48 | - |
| YUV | 157.85 | 46.82 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 14 | 0 | 0.37 | 0.94 | 0.08 | 36.27 | 0.89 | 0.49 |
| Hex | EA | 93 | E | 0 | 25 | 5E | 8 | 24 | 59 | 31 |
| Octal | 352 | 223 | 16 | 0 | 45 | 136 | 10 | 44 | 131 | 61 |
| Binary | 11101010 | 10010011 | 1110 | 0 | 100101 | 1011110 | 1000 | 100100 | 1011001 | 110001 |
Color Harmonies of #EA930E
Complementary color
Monochromatic Colors of #EA930E
Black with #EA930E
Text Example
Text Example
White with #EA930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA930E; }
p { color: rgb(234,147,14); }
H1.HeaderClassName
{
color: #EA930E;
}
.AnyTagClassName
{
color: #EA930E;
}
</style>
background-color css
<style>
a { background-color: #EA930E; }
a { background-color: rgb(234,147,14); }
div.DivClassName
{
background-color: #EA930E;
}
.BgClassName
{
background-color: #EA930E;
}
</style>
border-color css
<style>
span { border-color: #EA930E; }
span { border-color: rgb(234,147,14); }
td.TdClassName
{
border-color: #EA930E;
}
.TagClassName
{
border-color: #EA930E;
}
</style>