Shades of Gamboge #ED9C08
Tints of Gamboge #ED9C08
RGB
CMYK
RGB Variations
Color information
#ED9C08 (or 0xED9C08) is known color: Gamboge. HEX triplet: ED, 9C and 08. RGB value is (237,156,8). Sum of RGB (Red+Green+Blue) = 237+156+8=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9C08 is #1263F7. Grayscale: #A4A4A4. Windows color (decimal): -1205240 or 564461. OLE color: 564461.
HSL color Cylindrical-coordinate representation of color #ED9C08: hue angle of 38.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED9C08 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 156 | 8 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.07 |
| HSL | 38.78º | 0.93% | 0.48% | - |
| HSV(B) | 38.78º | 0.97% | 0.93% | - |
| XYZ | 46.86 | 41.8 | 5.83 | - |
| YUV | 163.35 | 40.34 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 156 | 8 | 0 | 0.34 | 0.97 | 0.07 | 38.78 | 0.93 | 0.48 |
| Hex | ED | 9C | 8 | 0 | 22 | 61 | 7 | 27 | 5D | 30 |
| Octal | 355 | 234 | 10 | 0 | 42 | 141 | 7 | 47 | 135 | 60 |
| Binary | 11101101 | 10011100 | 1000 | 0 | 100010 | 1100001 | 111 | 100111 | 1011101 | 110000 |
Color Harmonies of #ED9C08
Complementary color
Monochromatic Colors of #ED9C08
Black with #ED9C08
Text Example
Text Example
White with #ED9C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9C08; }
p { color: rgb(237,156,8); }
H1.HeaderClassName
{
color: #ED9C08;
}
.AnyTagClassName
{
color: #ED9C08;
}
</style>
background-color css
<style>
a { background-color: #ED9C08; }
a { background-color: rgb(237,156,8); }
div.DivClassName
{
background-color: #ED9C08;
}
.BgClassName
{
background-color: #ED9C08;
}
</style>
border-color css
<style>
span { border-color: #ED9C08; }
span { border-color: rgb(237,156,8); }
td.TdClassName
{
border-color: #ED9C08;
}
.TagClassName
{
border-color: #ED9C08;
}
</style>