Shades of Gamboge #EA940C
Tints of Gamboge #EA940C
RGB
CMYK
RGB Variations
Color information
#EA940C (or 0xEA940C) is known color: Gamboge. HEX triplet: EA, 94 and 0C. RGB value is (234,148,12). Sum of RGB (Red+Green+Blue) = 234+148+12=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA940C is #156BF3. Grayscale: #9E9E9E. Windows color (decimal): -1403892 or 824554. OLE color: 824554.
HSL color Cylindrical-coordinate representation of color #EA940C: hue angle of 36.76º 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 #EA940C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.08 |
| HSL | 36.76º | 0.9% | 0.48% | - |
| HSV(B) | 36.76º | 0.95% | 0.92% | - |
| XYZ | 44.59 | 38.7 | 5.47 | - |
| YUV | 158.21 | 45.49 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 12 | 0 | 0.37 | 0.95 | 0.08 | 36.76 | 0.9 | 0.48 |
| Hex | EA | 94 | C | 0 | 25 | 5F | 8 | 25 | 5A | 30 |
| Octal | 352 | 224 | 14 | 0 | 45 | 137 | 10 | 45 | 132 | 60 |
| Binary | 11101010 | 10010100 | 1100 | 0 | 100101 | 1011111 | 1000 | 100101 | 1011010 | 110000 |
Color Harmonies of #EA940C
Complementary color
Monochromatic Colors of #EA940C
Black with #EA940C
Text Example
Text Example
White with #EA940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA940C; }
p { color: rgb(234,148,12); }
H1.HeaderClassName
{
color: #EA940C;
}
.AnyTagClassName
{
color: #EA940C;
}
</style>
background-color css
<style>
a { background-color: #EA940C; }
a { background-color: rgb(234,148,12); }
div.DivClassName
{
background-color: #EA940C;
}
.BgClassName
{
background-color: #EA940C;
}
</style>
border-color css
<style>
span { border-color: #EA940C; }
span { border-color: rgb(234,148,12); }
td.TdClassName
{
border-color: #EA940C;
}
.TagClassName
{
border-color: #EA940C;
}
</style>