Shades of Gamboge #E09F1A
Tints of Gamboge #E09F1A
RGB
CMYK
RGB Variations
Color information
#E09F1A (or 0xE09F1A) is known color: Gamboge. HEX triplet: E0, 9F and 1A. RGB value is (224,159,26). Sum of RGB (Red+Green+Blue) = 224+159+26=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 26 (10.55% from 255 or 6.36% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E09F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09F1A is #1F60E5. Grayscale: #A3A3A3. Windows color (decimal): -2056422 or 1744864. OLE color: 1744864.
HSL color Cylindrical-coordinate representation of color #E09F1A: hue angle of 40.3º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E09F1A is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 159 | 26 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.12 |
| HSL | 40.3º | 0.79% | 0.49% | - |
| HSV(B) | 40.3º | 0.88% | 0.88% | - |
| XYZ | 43.33 | 40.72 | 6.55 | - |
| YUV | 163.27 | 50.53 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 159 | 26 | 0 | 0.29 | 0.88 | 0.12 | 40.3 | 0.79 | 0.49 |
| Hex | E0 | 9F | 1A | 0 | 1D | 58 | C | 28 | 4F | 31 |
| Octal | 340 | 237 | 32 | 0 | 35 | 130 | 14 | 50 | 117 | 61 |
| Binary | 11100000 | 10011111 | 11010 | 0 | 11101 | 1011000 | 1100 | 101000 | 1001111 | 110001 |
Color Harmonies of #E09F1A
Complementary color
Monochromatic Colors of #E09F1A
Black with #E09F1A
Text Example
Text Example
White with #E09F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09F1A; }
p { color: rgb(224,159,26); }
H1.HeaderClassName
{
color: #E09F1A;
}
.AnyTagClassName
{
color: #E09F1A;
}
</style>
background-color css
<style>
a { background-color: #E09F1A; }
a { background-color: rgb(224,159,26); }
div.DivClassName
{
background-color: #E09F1A;
}
.BgClassName
{
background-color: #E09F1A;
}
</style>
border-color css
<style>
span { border-color: #E09F1A; }
span { border-color: rgb(224,159,26); }
td.TdClassName
{
border-color: #E09F1A;
}
.TagClassName
{
border-color: #E09F1A;
}
</style>