Shades of Gamboge #EEA50D
Tints of Gamboge #EEA50D
RGB
CMYK
RGB Variations
Color information
#EEA50D (or 0xEEA50D) is known color: Gamboge. HEX triplet: EE, A5 and 0D. RGB value is (238,165,13). Sum of RGB (Red+Green+Blue) = 238+165+13=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA50D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA50D is #115AF2. Grayscale: #AAAAAA. Windows color (decimal): -1137395 or 894446. OLE color: 894446.
HSL color Cylindrical-coordinate representation of color #EEA50D: hue angle of 40.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEA50D is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 13 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.07 |
| HSL | 40.53º | 0.9% | 0.49% | - |
| HSV(B) | 40.53º | 0.95% | 0.93% | - |
| XYZ | 48.79 | 45.12 | 6.52 | - |
| YUV | 169.5 | 39.68 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 13 | 0 | 0.31 | 0.95 | 0.07 | 40.53 | 0.9 | 0.49 |
| Hex | EE | A5 | D | 0 | 1F | 5F | 7 | 29 | 5A | 31 |
| Octal | 356 | 245 | 15 | 0 | 37 | 137 | 7 | 51 | 132 | 61 |
| Binary | 11101110 | 10100101 | 1101 | 0 | 11111 | 1011111 | 111 | 101001 | 1011010 | 110001 |
Color Harmonies of #EEA50D
Complementary color
Monochromatic Colors of #EEA50D
Black with #EEA50D
Text Example
Text Example
White with #EEA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA50D; }
p { color: rgb(238,165,13); }
H1.HeaderClassName
{
color: #EEA50D;
}
.AnyTagClassName
{
color: #EEA50D;
}
</style>
background-color css
<style>
a { background-color: #EEA50D; }
a { background-color: rgb(238,165,13); }
div.DivClassName
{
background-color: #EEA50D;
}
.BgClassName
{
background-color: #EEA50D;
}
</style>
border-color css
<style>
span { border-color: #EEA50D; }
span { border-color: rgb(238,165,13); }
td.TdClassName
{
border-color: #EEA50D;
}
.TagClassName
{
border-color: #EEA50D;
}
</style>