Shades of Gamboge #EA920A
Tints of Gamboge #EA920A
RGB
CMYK
RGB Variations
Color information
#EA920A (or 0xEA920A) is known color: Gamboge. HEX triplet: EA, 92 and 0A. RGB value is (234,146,10). Sum of RGB (Red+Green+Blue) = 234+146+10=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA920A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA920A is #156DF5. Grayscale: #9D9D9D. Windows color (decimal): -1404406 or 692970. OLE color: 692970.
HSL color Cylindrical-coordinate representation of color #EA920A: hue angle of 36.43º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA920A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 146 | 10 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.08 |
| HSL | 36.43º | 0.92% | 0.48% | - |
| HSV(B) | 36.43º | 0.96% | 0.92% | - |
| XYZ | 44.27 | 38.07 | 5.3 | - |
| YUV | 156.81 | 45.15 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 146 | 10 | 0 | 0.38 | 0.96 | 0.08 | 36.43 | 0.92 | 0.48 |
| Hex | EA | 92 | A | 0 | 26 | 60 | 8 | 24 | 5C | 30 |
| Octal | 352 | 222 | 12 | 0 | 46 | 140 | 10 | 44 | 134 | 60 |
| Binary | 11101010 | 10010010 | 1010 | 0 | 100110 | 1100000 | 1000 | 100100 | 1011100 | 110000 |
Color Harmonies of #EA920A
Complementary color
Monochromatic Colors of #EA920A
Black with #EA920A
Text Example
Text Example
White with #EA920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA920A; }
p { color: rgb(234,146,10); }
H1.HeaderClassName
{
color: #EA920A;
}
.AnyTagClassName
{
color: #EA920A;
}
</style>
background-color css
<style>
a { background-color: #EA920A; }
a { background-color: rgb(234,146,10); }
div.DivClassName
{
background-color: #EA920A;
}
.BgClassName
{
background-color: #EA920A;
}
</style>
border-color css
<style>
span { border-color: #EA920A; }
span { border-color: rgb(234,146,10); }
td.TdClassName
{
border-color: #EA920A;
}
.TagClassName
{
border-color: #EA920A;
}
</style>