Shades of Gamboge #EA960D
Tints of Gamboge #EA960D
RGB
CMYK
RGB Variations
Color information
#EA960D (or 0xEA960D) is known color: Gamboge. HEX triplet: EA, 96 and 0D. RGB value is (234,150,13). Sum of RGB (Red+Green+Blue) = 234+150+13=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA960D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA960D is #1569F2. Grayscale: #A0A0A0. Windows color (decimal): -1403379 or 890602. OLE color: 890602.
HSL color Cylindrical-coordinate representation of color #EA960D: hue angle of 37.19º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA960D is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 13 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.08 |
| HSL | 37.19º | 0.89% | 0.48% | - |
| HSV(B) | 37.19º | 0.94% | 0.92% | - |
| XYZ | 44.91 | 39.33 | 5.61 | - |
| YUV | 159.5 | 45.33 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 13 | 0 | 0.36 | 0.94 | 0.08 | 37.19 | 0.89 | 0.48 |
| Hex | EA | 96 | D | 0 | 24 | 5E | 8 | 25 | 59 | 30 |
| Octal | 352 | 226 | 15 | 0 | 44 | 136 | 10 | 45 | 131 | 60 |
| Binary | 11101010 | 10010110 | 1101 | 0 | 100100 | 1011110 | 1000 | 100101 | 1011001 | 110000 |
Color Harmonies of #EA960D
Complementary color
Monochromatic Colors of #EA960D
Black with #EA960D
Text Example
Text Example
White with #EA960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA960D; }
p { color: rgb(234,150,13); }
H1.HeaderClassName
{
color: #EA960D;
}
.AnyTagClassName
{
color: #EA960D;
}
</style>
background-color css
<style>
a { background-color: #EA960D; }
a { background-color: rgb(234,150,13); }
div.DivClassName
{
background-color: #EA960D;
}
.BgClassName
{
background-color: #EA960D;
}
</style>
border-color css
<style>
span { border-color: #EA960D; }
span { border-color: rgb(234,150,13); }
td.TdClassName
{
border-color: #EA960D;
}
.TagClassName
{
border-color: #EA960D;
}
</style>