Shades of Gamboge #EA910C
Tints of Gamboge #EA910C
RGB
CMYK
RGB Variations
Color information
#EA910C (or 0xEA910C) is known color: Gamboge. HEX triplet: EA, 91 and 0C. RGB value is (234,145,12). Sum of RGB (Red+Green+Blue) = 234+145+12=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA910C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA910C is #156EF3. Grayscale: #9D9D9D. Windows color (decimal): -1404660 or 823786. OLE color: 823786.
HSL color Cylindrical-coordinate representation of color #EA910C: hue angle of 35.95º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA910C is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 12 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.08 |
| HSL | 35.95º | 0.9% | 0.48% | - |
| HSV(B) | 35.95º | 0.95% | 0.92% | - |
| XYZ | 44.12 | 37.77 | 5.31 | - |
| YUV | 156.45 | 46.49 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 12 | 0 | 0.38 | 0.95 | 0.08 | 35.95 | 0.9 | 0.48 |
| Hex | EA | 91 | C | 0 | 26 | 5F | 8 | 24 | 5A | 30 |
| Octal | 352 | 221 | 14 | 0 | 46 | 137 | 10 | 44 | 132 | 60 |
| Binary | 11101010 | 10010001 | 1100 | 0 | 100110 | 1011111 | 1000 | 100100 | 1011010 | 110000 |
Color Harmonies of #EA910C
Complementary color
Monochromatic Colors of #EA910C
Black with #EA910C
Text Example
Text Example
White with #EA910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA910C; }
p { color: rgb(234,145,12); }
H1.HeaderClassName
{
color: #EA910C;
}
.AnyTagClassName
{
color: #EA910C;
}
</style>
background-color css
<style>
a { background-color: #EA910C; }
a { background-color: rgb(234,145,12); }
div.DivClassName
{
background-color: #EA910C;
}
.BgClassName
{
background-color: #EA910C;
}
</style>
border-color css
<style>
span { border-color: #EA910C; }
span { border-color: rgb(234,145,12); }
td.TdClassName
{
border-color: #EA910C;
}
.TagClassName
{
border-color: #EA910C;
}
</style>