Shades of Gamboge #E08B08
Tints of Gamboge #E08B08
RGB
CMYK
RGB Variations
Color information
#E08B08 (or 0xE08B08) is known color: Gamboge. HEX triplet: E0, 8B and 08. RGB value is (224,139,8). Sum of RGB (Red+Green+Blue) = 224+139+8=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08B08 is #1F74F7. Grayscale: #969696. Windows color (decimal): -2061560 or 560096. OLE color: 560096.
HSL color Cylindrical-coordinate representation of color #E08B08: hue angle of 36.39º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E08B08 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 8 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.12 |
| HSL | 36.39º | 0.93% | 0.45% | - |
| HSV(B) | 36.39º | 0.96% | 0.88% | - |
| XYZ | 40.02 | 34.33 | 4.75 | - |
| YUV | 149.48 | 48.16 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 8 | 0 | 0.38 | 0.96 | 0.12 | 36.39 | 0.93 | 0.45 |
| Hex | E0 | 8B | 8 | 0 | 26 | 60 | C | 24 | 5D | 2D |
| Octal | 340 | 213 | 10 | 0 | 46 | 140 | 14 | 44 | 135 | 55 |
| Binary | 11100000 | 10001011 | 1000 | 0 | 100110 | 1100000 | 1100 | 100100 | 1011101 | 101101 |
Color Harmonies of #E08B08
Complementary color
Monochromatic Colors of #E08B08
Black with #E08B08
Text Example
Text Example
White with #E08B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B08; }
p { color: rgb(224,139,8); }
H1.HeaderClassName
{
color: #E08B08;
}
.AnyTagClassName
{
color: #E08B08;
}
</style>
background-color css
<style>
a { background-color: #E08B08; }
a { background-color: rgb(224,139,8); }
div.DivClassName
{
background-color: #E08B08;
}
.BgClassName
{
background-color: #E08B08;
}
</style>
border-color css
<style>
span { border-color: #E08B08; }
span { border-color: rgb(224,139,8); }
td.TdClassName
{
border-color: #E08B08;
}
.TagClassName
{
border-color: #E08B08;
}
</style>