Shades of Gamboge #E09D1C
Tints of Gamboge #E09D1C
RGB
CMYK
RGB Variations
Color information
#E09D1C (or 0xE09D1C) is known color: Gamboge. HEX triplet: E0, 9D and 1C. RGB value is (224,157,28). Sum of RGB (Red+Green+Blue) = 224+157+28=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E09D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09D1C is #1F62E3. Grayscale: #A2A2A2. Windows color (decimal): -2056932 or 1875424. OLE color: 1875424.
HSL color Cylindrical-coordinate representation of color #E09D1C: hue angle of 39.49º 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 #E09D1C is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 157 | 28 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.12 |
| HSL | 39.49º | 0.78% | 0.49% | - |
| HSV(B) | 39.49º | 0.88% | 0.88% | - |
| XYZ | 43.01 | 40.05 | 6.56 | - |
| YUV | 162.33 | 52.2 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 157 | 28 | 0 | 0.30 | 0.88 | 0.12 | 39.49 | 0.78 | 0.49 |
| Hex | E0 | 9D | 1C | 0 | 1E | 58 | C | 27 | 4E | 31 |
| Octal | 340 | 235 | 34 | 0 | 36 | 130 | 14 | 47 | 116 | 61 |
| Binary | 11100000 | 10011101 | 11100 | 0 | 11110 | 1011000 | 1100 | 100111 | 1001110 | 110001 |
Color Harmonies of #E09D1C
Complementary color
Monochromatic Colors of #E09D1C
Black with #E09D1C
Text Example
Text Example
White with #E09D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09D1C; }
p { color: rgb(224,157,28); }
H1.HeaderClassName
{
color: #E09D1C;
}
.AnyTagClassName
{
color: #E09D1C;
}
</style>
background-color css
<style>
a { background-color: #E09D1C; }
a { background-color: rgb(224,157,28); }
div.DivClassName
{
background-color: #E09D1C;
}
.BgClassName
{
background-color: #E09D1C;
}
</style>
border-color css
<style>
span { border-color: #E09D1C; }
span { border-color: rgb(224,157,28); }
td.TdClassName
{
border-color: #E09D1C;
}
.TagClassName
{
border-color: #E09D1C;
}
</style>