Shades of Gamboge #EA970F
Tints of Gamboge #EA970F
RGB
CMYK
RGB Variations
Color information
#EA970F (or 0xEA970F) is known color: Gamboge. HEX triplet: EA, 97 and 0F. RGB value is (234,151,15). Sum of RGB (Red+Green+Blue) = 234+151+15=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA970F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA970F is #1568F0. Grayscale: #A0A0A0. Windows color (decimal): -1403121 or 1021930. OLE color: 1021930.
HSL color Cylindrical-coordinate representation of color #EA970F: hue angle of 37.26º degrees, saturation: 0.88, 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 #EA970F is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 15 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.08 |
| HSL | 37.26º | 0.88% | 0.49% | - |
| HSV(B) | 37.26º | 0.94% | 0.92% | - |
| XYZ | 45.08 | 39.66 | 5.73 | - |
| YUV | 160.31 | 46 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 15 | 0 | 0.35 | 0.94 | 0.08 | 37.26 | 0.88 | 0.49 |
| Hex | EA | 97 | F | 0 | 23 | 5E | 8 | 25 | 58 | 31 |
| Octal | 352 | 227 | 17 | 0 | 43 | 136 | 10 | 45 | 130 | 61 |
| Binary | 11101010 | 10010111 | 1111 | 0 | 100011 | 1011110 | 1000 | 100101 | 1011000 | 110001 |
Color Harmonies of #EA970F
Complementary color
Monochromatic Colors of #EA970F
Black with #EA970F
Text Example
Text Example
White with #EA970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA970F; }
p { color: rgb(234,151,15); }
H1.HeaderClassName
{
color: #EA970F;
}
.AnyTagClassName
{
color: #EA970F;
}
</style>
background-color css
<style>
a { background-color: #EA970F; }
a { background-color: rgb(234,151,15); }
div.DivClassName
{
background-color: #EA970F;
}
.BgClassName
{
background-color: #EA970F;
}
</style>
border-color css
<style>
span { border-color: #EA970F; }
span { border-color: rgb(234,151,15); }
td.TdClassName
{
border-color: #EA970F;
}
.TagClassName
{
border-color: #EA970F;
}
</style>