Shades of Gamboge #EA910F
Tints of Gamboge #EA910F
RGB
CMYK
RGB Variations
Color information
#EA910F (or 0xEA910F) is known color: Gamboge. HEX triplet: EA, 91 and 0F. RGB value is (234,145,15). Sum of RGB (Red+Green+Blue) = 234+145+15=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA910F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA910F is #156EF0. Grayscale: #9D9D9D. Windows color (decimal): -1404657 or 1020394. OLE color: 1020394.
HSL color Cylindrical-coordinate representation of color #EA910F: hue angle of 35.62º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA910F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.08 |
| HSL | 35.62º | 0.88% | 0.49% | - |
| HSV(B) | 35.62º | 0.94% | 0.92% | - |
| XYZ | 44.14 | 37.78 | 5.42 | - |
| YUV | 156.79 | 47.99 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 15 | 0 | 0.38 | 0.94 | 0.08 | 35.62 | 0.88 | 0.49 |
| Hex | EA | 91 | F | 0 | 26 | 5E | 8 | 24 | 58 | 31 |
| Octal | 352 | 221 | 17 | 0 | 46 | 136 | 10 | 44 | 130 | 61 |
| Binary | 11101010 | 10010001 | 1111 | 0 | 100110 | 1011110 | 1000 | 100100 | 1011000 | 110001 |
Color Harmonies of #EA910F
Complementary color
Monochromatic Colors of #EA910F
Black with #EA910F
Text Example
Text Example
White with #EA910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA910F; }
p { color: rgb(234,145,15); }
H1.HeaderClassName
{
color: #EA910F;
}
.AnyTagClassName
{
color: #EA910F;
}
</style>
background-color css
<style>
a { background-color: #EA910F; }
a { background-color: rgb(234,145,15); }
div.DivClassName
{
background-color: #EA910F;
}
.BgClassName
{
background-color: #EA910F;
}
</style>
border-color css
<style>
span { border-color: #EA910F; }
span { border-color: rgb(234,145,15); }
td.TdClassName
{
border-color: #EA910F;
}
.TagClassName
{
border-color: #EA910F;
}
</style>