Shades of Gamboge #E09A1C
Tints of Gamboge #E09A1C
RGB
CMYK
RGB Variations
Color information
#E09A1C (or 0xE09A1C) is known color: Gamboge. HEX triplet: E0, 9A and 1C. RGB value is (224,154,28). Sum of RGB (Red+Green+Blue) = 224+154+28=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E09A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09A1C is #1F65E3. Grayscale: #A1A1A1. Windows color (decimal): -2057700 or 1874656. OLE color: 1874656.
HSL color Cylindrical-coordinate representation of color #E09A1C: hue angle of 38.57º degrees, saturation: 0.78, 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 #E09A1C is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 154 | 28 | - |
| CMYK | 0 | 0.31 | 0.88 | 0.12 |
| HSL | 38.57º | 0.78% | 0.49% | - |
| HSV(B) | 38.57º | 0.88% | 0.88% | - |
| XYZ | 42.51 | 39.04 | 6.39 | - |
| YUV | 160.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 154 | 28 | 0 | 0.31 | 0.88 | 0.12 | 38.57 | 0.78 | 0.49 |
| Hex | E0 | 9A | 1C | 0 | 1F | 58 | C | 27 | 4E | 31 |
| Octal | 340 | 232 | 34 | 0 | 37 | 130 | 14 | 47 | 116 | 61 |
| Binary | 11100000 | 10011010 | 11100 | 0 | 11111 | 1011000 | 1100 | 100111 | 1001110 | 110001 |
Color Harmonies of #E09A1C
Complementary color
Monochromatic Colors of #E09A1C
Black with #E09A1C
Text Example
Text Example
White with #E09A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09A1C; }
p { color: rgb(224,154,28); }
H1.HeaderClassName
{
color: #E09A1C;
}
.AnyTagClassName
{
color: #E09A1C;
}
</style>
background-color css
<style>
a { background-color: #E09A1C; }
a { background-color: rgb(224,154,28); }
div.DivClassName
{
background-color: #E09A1C;
}
.BgClassName
{
background-color: #E09A1C;
}
</style>
border-color css
<style>
span { border-color: #E09A1C; }
span { border-color: rgb(224,154,28); }
td.TdClassName
{
border-color: #E09A1C;
}
.TagClassName
{
border-color: #E09A1C;
}
</style>