Shades of Gamboge #EA930C
Tints of Gamboge #EA930C
RGB
CMYK
RGB Variations
Color information
#EA930C (or 0xEA930C) is known color: Gamboge. HEX triplet: EA, 93 and 0C. RGB value is (234,147,12). Sum of RGB (Red+Green+Blue) = 234+147+12=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA930C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA930C is #156CF3. Grayscale: #9E9E9E. Windows color (decimal): -1404148 or 824298. OLE color: 824298.
HSL color Cylindrical-coordinate representation of color #EA930C: hue angle of 36.49º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA930C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.08 |
| HSL | 36.49º | 0.9% | 0.48% | - |
| HSV(B) | 36.49º | 0.95% | 0.92% | - |
| XYZ | 44.43 | 38.39 | 5.42 | - |
| YUV | 157.62 | 45.82 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 12 | 0 | 0.37 | 0.95 | 0.08 | 36.49 | 0.9 | 0.48 |
| Hex | EA | 93 | C | 0 | 25 | 5F | 8 | 24 | 5A | 30 |
| Octal | 352 | 223 | 14 | 0 | 45 | 137 | 10 | 44 | 132 | 60 |
| Binary | 11101010 | 10010011 | 1100 | 0 | 100101 | 1011111 | 1000 | 100100 | 1011010 | 110000 |
Color Harmonies of #EA930C
Complementary color
Monochromatic Colors of #EA930C
Black with #EA930C
Text Example
Text Example
White with #EA930C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA930C; }
p { color: rgb(234,147,12); }
H1.HeaderClassName
{
color: #EA930C;
}
.AnyTagClassName
{
color: #EA930C;
}
</style>
background-color css
<style>
a { background-color: #EA930C; }
a { background-color: rgb(234,147,12); }
div.DivClassName
{
background-color: #EA930C;
}
.BgClassName
{
background-color: #EA930C;
}
</style>
border-color css
<style>
span { border-color: #EA930C; }
span { border-color: rgb(234,147,12); }
td.TdClassName
{
border-color: #EA930C;
}
.TagClassName
{
border-color: #EA930C;
}
</style>