#EF9D16

Color #EF9D16 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #EF9D16

Tints of Gamboge #EF9D16

Color information

#EF9D16 (or 0xEF9D16) is unknown color: approx Gamboge. HEX triplet: EF, 9D and 16. RGB value is (239,157,22). Sum of RGB (Red+Green+Blue) = 239+157+22=418 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.18% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9D16 is #1062E9. Grayscale: #A6A6A6. Windows color (decimal): -1073898 or 1482223. OLE color: 1482223.

HSL color Cylindrical-coordinate representation of color #EF9D16: hue angle of 37.33º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF9D16 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB23915722-
CMYK00.340.910.06
HSL37.33º87.15%51.18%-
HSV(B)37.33º90.79%93.73%-
XYZ47.842.526.45-
YUV166.1346.67179.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 57.18%
GREEN value IS 157 (61.72% from 255) = 37.56%
BLUE value IS 22 (8.98% from 255) = 5.26%
R=57.18%
G=37.56%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391572200.340.910.0637.3387.1551.18
HexEF9D160225B6255733
Octal3572352604213364512763
Binary111011111001110110110010001010110111101001011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9D16; }

 p { color: rgb(239,157,22); }

 H1.HeaderClassName
 {
   color: #EF9D16;
 }
 .AnyTagClassName
 {
   color: #EF9D16;
 }
</style>
background-color css

<style>
 a { background-color: #EF9D16; }

 a { background-color: rgb(239,157,22); }

 div.DivClassName
 {
   background-color: #EF9D16;
 }
 .BgClassName
 {
   background-color: #EF9D16;
 }
</style>
border-color css

<style>
 span { border-color: #EF9D16; }

 span { border-color: rgb(239,157,22); }

 td.TdClassName
 {
   border-color: #EF9D16;
 }
 .TagClassName
 {
   border-color: #EF9D16;
 }
</style>