Shades of Gamboge #E09600
Tints of Gamboge #E09600
RGB
CMYK
RGB Variations
Color information
#E09600 (or 0xE09600) is known color: Gamboge. HEX triplet: E0, 96 and 00. RGB value is (224,150,0). Sum of RGB (Red+Green+Blue) = 224+150+0=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E09600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E09600 is #1F69FF. Grayscale: #9B9B9B. Windows color (decimal): -2058752 or 38624. OLE color: 38624.
HSL color Cylindrical-coordinate representation of color #E09600: hue angle of 40.18º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E09600 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.12 |
| HSL | 40.18º | 1% | 0.44% | - |
| HSV(B) | 40.18º | 1% | 0.88% | - |
| XYZ | 41.65 | 37.66 | 5.07 | - |
| YUV | 155.03 | 40.52 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 0 | 0 | 0.33 | 1 | 0.12 | 40.18 | 1 | 0.44 |
| Hex | E0 | 96 | 0 | 0 | 21 | 64 | C | 28 | 64 | 2C |
| Octal | 340 | 226 | 0 | 0 | 41 | 144 | 14 | 50 | 144 | 54 |
| Binary | 11100000 | 10010110 | 0 | 0 | 100001 | 1100100 | 1100 | 101000 | 1100100 | 101100 |
Color Harmonies of #E09600
Complementary color
Monochromatic Colors of #E09600
Black with #E09600
Text Example
Text Example
White with #E09600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09600; }
p { color: rgb(224,150,0); }
H1.HeaderClassName
{
color: #E09600;
}
.AnyTagClassName
{
color: #E09600;
}
</style>
background-color css
<style>
a { background-color: #E09600; }
a { background-color: rgb(224,150,0); }
div.DivClassName
{
background-color: #E09600;
}
.BgClassName
{
background-color: #E09600;
}
</style>
border-color css
<style>
span { border-color: #E09600; }
span { border-color: rgb(224,150,0); }
td.TdClassName
{
border-color: #E09600;
}
.TagClassName
{
border-color: #E09600;
}
</style>