Shades of Gamboge #EA900C
Tints of Gamboge #EA900C
RGB
CMYK
RGB Variations
Color information
#EA900C (or 0xEA900C) is known color: Gamboge. HEX triplet: EA, 90 and 0C. RGB value is (234,144,12). Sum of RGB (Red+Green+Blue) = 234+144+12=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA900C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA900C is #156FF3. Grayscale: #9C9C9C. Windows color (decimal): -1404916 or 823530. OLE color: 823530.
HSL color Cylindrical-coordinate representation of color #EA900C: hue angle of 35.68º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA900C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.08 |
| HSL | 35.68º | 0.9% | 0.48% | - |
| HSV(B) | 35.68º | 0.95% | 0.92% | - |
| XYZ | 43.97 | 37.47 | 5.26 | - |
| YUV | 155.86 | 46.82 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 12 | 0 | 0.38 | 0.95 | 0.08 | 35.68 | 0.9 | 0.48 |
| Hex | EA | 90 | C | 0 | 26 | 5F | 8 | 24 | 5A | 30 |
| Octal | 352 | 220 | 14 | 0 | 46 | 137 | 10 | 44 | 132 | 60 |
| Binary | 11101010 | 10010000 | 1100 | 0 | 100110 | 1011111 | 1000 | 100100 | 1011010 | 110000 |
Color Harmonies of #EA900C
Complementary color
Monochromatic Colors of #EA900C
Black with #EA900C
Text Example
Text Example
White with #EA900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA900C; }
p { color: rgb(234,144,12); }
H1.HeaderClassName
{
color: #EA900C;
}
.AnyTagClassName
{
color: #EA900C;
}
</style>
background-color css
<style>
a { background-color: #EA900C; }
a { background-color: rgb(234,144,12); }
div.DivClassName
{
background-color: #EA900C;
}
.BgClassName
{
background-color: #EA900C;
}
</style>
border-color css
<style>
span { border-color: #EA900C; }
span { border-color: rgb(234,144,12); }
td.TdClassName
{
border-color: #EA900C;
}
.TagClassName
{
border-color: #EA900C;
}
</style>