Shades of Gamboge #EA9D15
Tints of Gamboge #EA9D15
RGB
CMYK
RGB Variations
Color information
#EA9D15 (or 0xEA9D15) is known color: Gamboge. HEX triplet: EA, 9D and 15. RGB value is (234,157,21). Sum of RGB (Red+Green+Blue) = 234+157+21=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9D15 is #1562EA. Grayscale: #A5A5A5. Windows color (decimal): -1401579 or 1416682. OLE color: 1416682.
HSL color Cylindrical-coordinate representation of color #EA9D15: hue angle of 38.31º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA9D15 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 157 | 21 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.08 |
| HSL | 38.31º | 0.84% | 0.5% | - |
| HSV(B) | 38.31º | 0.91% | 0.92% | - |
| XYZ | 46.12 | 41.66 | 6.32 | - |
| YUV | 164.52 | 47.01 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 157 | 21 | 0 | 0.33 | 0.91 | 0.08 | 38.31 | 0.84 | 0.5 |
| Hex | EA | 9D | 15 | 0 | 21 | 5B | 8 | 26 | 54 | 32 |
| Octal | 352 | 235 | 25 | 0 | 41 | 133 | 10 | 46 | 124 | 62 |
| Binary | 11101010 | 10011101 | 10101 | 0 | 100001 | 1011011 | 1000 | 100110 | 1010100 | 110010 |
Color Harmonies of #EA9D15
Complementary color
Monochromatic Colors of #EA9D15
Black with #EA9D15
Text Example
Text Example
White with #EA9D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9D15; }
p { color: rgb(234,157,21); }
H1.HeaderClassName
{
color: #EA9D15;
}
.AnyTagClassName
{
color: #EA9D15;
}
</style>
background-color css
<style>
a { background-color: #EA9D15; }
a { background-color: rgb(234,157,21); }
div.DivClassName
{
background-color: #EA9D15;
}
.BgClassName
{
background-color: #EA9D15;
}
</style>
border-color css
<style>
span { border-color: #EA9D15; }
span { border-color: rgb(234,157,21); }
td.TdClassName
{
border-color: #EA9D15;
}
.TagClassName
{
border-color: #EA9D15;
}
</style>