Shades of Gamboge #EA9C18
Tints of Gamboge #EA9C18
RGB
CMYK
RGB Variations
Color information
#EA9C18 (or 0xEA9C18) is known color: Gamboge. HEX triplet: EA, 9C and 18. RGB value is (234,156,24). Sum of RGB (Red+Green+Blue) = 234+156+24=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9C18 is #1563E7. Grayscale: #A4A4A4. Windows color (decimal): -1401832 or 1613034. OLE color: 1613034.
HSL color Cylindrical-coordinate representation of color #EA9C18: hue angle of 37.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA9C18 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 156 | 24 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.08 |
| HSL | 37.71º | 0.83% | 0.51% | - |
| HSV(B) | 37.71º | 0.9% | 0.92% | - |
| XYZ | 45.99 | 41.34 | 6.42 | - |
| YUV | 164.27 | 48.84 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 156 | 24 | 0 | 0.33 | 0.90 | 0.08 | 37.71 | 0.83 | 0.51 |
| Hex | EA | 9C | 18 | 0 | 21 | 5A | 8 | 26 | 53 | 33 |
| Octal | 352 | 234 | 30 | 0 | 41 | 132 | 10 | 46 | 123 | 63 |
| Binary | 11101010 | 10011100 | 11000 | 0 | 100001 | 1011010 | 1000 | 100110 | 1010011 | 110011 |
Color Harmonies of #EA9C18
Complementary color
Monochromatic Colors of #EA9C18
Black with #EA9C18
Text Example
Text Example
White with #EA9C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9C18; }
p { color: rgb(234,156,24); }
H1.HeaderClassName
{
color: #EA9C18;
}
.AnyTagClassName
{
color: #EA9C18;
}
</style>
background-color css
<style>
a { background-color: #EA9C18; }
a { background-color: rgb(234,156,24); }
div.DivClassName
{
background-color: #EA9C18;
}
.BgClassName
{
background-color: #EA9C18;
}
</style>
border-color css
<style>
span { border-color: #EA9C18; }
span { border-color: rgb(234,156,24); }
td.TdClassName
{
border-color: #EA9C18;
}
.TagClassName
{
border-color: #EA9C18;
}
</style>