Shades of Gamboge #EA970D
Tints of Gamboge #EA970D
RGB
CMYK
RGB Variations
Color information
#EA970D (or 0xEA970D) is known color: Gamboge. HEX triplet: EA, 97 and 0D. RGB value is (234,151,13). Sum of RGB (Red+Green+Blue) = 234+151+13=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA970D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA970D is #1568F2. Grayscale: #A0A0A0. Windows color (decimal): -1403123 or 890858. OLE color: 890858.
HSL color Cylindrical-coordinate representation of color #EA970D: hue angle of 37.47º 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 #EA970D is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 13 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.08 |
| HSL | 37.47º | 0.89% | 0.48% | - |
| HSV(B) | 37.47º | 0.94% | 0.92% | - |
| XYZ | 45.07 | 39.65 | 5.66 | - |
| YUV | 160.09 | 45 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 13 | 0 | 0.35 | 0.94 | 0.08 | 37.47 | 0.89 | 0.48 |
| Hex | EA | 97 | D | 0 | 23 | 5E | 8 | 25 | 59 | 30 |
| Octal | 352 | 227 | 15 | 0 | 43 | 136 | 10 | 45 | 131 | 60 |
| Binary | 11101010 | 10010111 | 1101 | 0 | 100011 | 1011110 | 1000 | 100101 | 1011001 | 110000 |
Color Harmonies of #EA970D
Complementary color
Monochromatic Colors of #EA970D
Black with #EA970D
Text Example
Text Example
White with #EA970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA970D; }
p { color: rgb(234,151,13); }
H1.HeaderClassName
{
color: #EA970D;
}
.AnyTagClassName
{
color: #EA970D;
}
</style>
background-color css
<style>
a { background-color: #EA970D; }
a { background-color: rgb(234,151,13); }
div.DivClassName
{
background-color: #EA970D;
}
.BgClassName
{
background-color: #EA970D;
}
</style>
border-color css
<style>
span { border-color: #EA970D; }
span { border-color: rgb(234,151,13); }
td.TdClassName
{
border-color: #EA970D;
}
.TagClassName
{
border-color: #EA970D;
}
</style>