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