#EF9E16

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

Shades of Gamboge #EF9E16

Tints of Gamboge #EF9E16

Color information

#EF9E16 (or 0xEF9E16) is unknown color: approx Gamboge. HEX triplet: EF, 9E and 16. RGB value is (239,158,22). Sum of RGB (Red+Green+Blue) = 239+158+22=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9E16 is #1061E9. Grayscale: #A7A7A7. Windows color (decimal): -1073642 or 1482479. OLE color: 1482479.

HSL color Cylindrical-coordinate representation of color #EF9E16: hue angle of 37.6º 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 #EF9E16 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB23915822-
CMYK00.340.910.06
HSL37.6º87.15%51.18%-
HSV(B)37.6º90.79%93.73%-
XYZ47.9742.866.5-
YUV166.7246.34179.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.04%
GREEN value IS 158 (62.11% from 255) = 37.71%
BLUE value IS 22 (8.98% from 255) = 5.25%
R=57.04%
G=37.71%
B=5.25%

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
Decimal2391582200.340.910.0637.687.1551.18
HexEF9E160225B6265733
Octal3572362604213364612763
Binary111011111001111010110010001010110111101001101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9E16; }

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

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

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

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

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

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

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

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