Shades of Gamboge #EA950E
Tints of Gamboge #EA950E
RGB
CMYK
RGB Variations
Color information
#EA950E (or 0xEA950E) is known color: Gamboge. HEX triplet: EA, 95 and 0E. RGB value is (234,149,14). Sum of RGB (Red+Green+Blue) = 234+149+14=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 14 (5.86% from 255 or 3.53% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA950E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA950E is #156AF1. Grayscale: #9F9F9F. Windows color (decimal): -1403634 or 955882. OLE color: 955882.
HSL color Cylindrical-coordinate representation of color #EA950E: hue angle of 36.82º 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 #EA950E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 14 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.08 |
| HSL | 36.82º | 0.89% | 0.49% | - |
| HSV(B) | 36.82º | 0.94% | 0.92% | - |
| XYZ | 44.76 | 39.02 | 5.59 | - |
| YUV | 159.03 | 46.16 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 14 | 0 | 0.36 | 0.94 | 0.08 | 36.82 | 0.89 | 0.49 |
| Hex | EA | 95 | E | 0 | 24 | 5E | 8 | 25 | 59 | 31 |
| Octal | 352 | 225 | 16 | 0 | 44 | 136 | 10 | 45 | 131 | 61 |
| Binary | 11101010 | 10010101 | 1110 | 0 | 100100 | 1011110 | 1000 | 100101 | 1011001 | 110001 |
Color Harmonies of #EA950E
Complementary color
Monochromatic Colors of #EA950E
Black with #EA950E
Text Example
Text Example
White with #EA950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA950E; }
p { color: rgb(234,149,14); }
H1.HeaderClassName
{
color: #EA950E;
}
.AnyTagClassName
{
color: #EA950E;
}
</style>
background-color css
<style>
a { background-color: #EA950E; }
a { background-color: rgb(234,149,14); }
div.DivClassName
{
background-color: #EA950E;
}
.BgClassName
{
background-color: #EA950E;
}
</style>
border-color css
<style>
span { border-color: #EA950E; }
span { border-color: rgb(234,149,14); }
td.TdClassName
{
border-color: #EA950E;
}
.TagClassName
{
border-color: #EA950E;
}
</style>