Shades of Gamboge #EA9901
Tints of Gamboge #EA9901
RGB
CMYK
RGB Variations
Color information
#EA9901 (or 0xEA9901) is known color: Gamboge. HEX triplet: EA, 99 and 01. RGB value is (234,153,1). Sum of RGB (Red+Green+Blue) = 234+153+1=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9901 is #1566FE. Grayscale: #A0A0A0. Windows color (decimal): -1402623 or 104938. OLE color: 104938.
HSL color Cylindrical-coordinate representation of color #EA9901: hue angle of 39.14º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA9901 is Cyan = 0, Magento = 0.35, Yellow = 1.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 1 | - |
| CMYK | 0 | 0.35 | 1.00 | 0.08 |
| HSL | 39.14º | 0.99% | 0.46% | - |
| HSV(B) | 39.14º | 1% | 0.92% | - |
| XYZ | 45.33 | 40.28 | 5.41 | - |
| YUV | 159.89 | 38.34 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 1 | 0 | 0.35 | 1.00 | 0.08 | 39.14 | 0.99 | 0.46 |
| Hex | EA | 99 | 1 | 0 | 23 | 64 | 8 | 27 | 63 | 2E |
| Octal | 352 | 231 | 1 | 0 | 43 | 144 | 10 | 47 | 143 | 56 |
| Binary | 11101010 | 10011001 | 1 | 0 | 100011 | 1100100 | 1000 | 100111 | 1100011 | 101110 |
Color Harmonies of #EA9901
Complementary color
Monochromatic Colors of #EA9901
Black with #EA9901
Text Example
Text Example
White with #EA9901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9901; }
p { color: rgb(234,153,1); }
H1.HeaderClassName
{
color: #EA9901;
}
.AnyTagClassName
{
color: #EA9901;
}
</style>
background-color css
<style>
a { background-color: #EA9901; }
a { background-color: rgb(234,153,1); }
div.DivClassName
{
background-color: #EA9901;
}
.BgClassName
{
background-color: #EA9901;
}
</style>
border-color css
<style>
span { border-color: #EA9901; }
span { border-color: rgb(234,153,1); }
td.TdClassName
{
border-color: #EA9901;
}
.TagClassName
{
border-color: #EA9901;
}
</style>