#EF9C16

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

Shades of Gamboge #EF9C16

Tints of Gamboge #EF9C16

Color information

#EF9C16 (or 0xEF9C16) is unknown color: approx Gamboge. HEX triplet: EF, 9C and 16. RGB value is (239,156,22). Sum of RGB (Red+Green+Blue) = 239+156+22=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9C16 is #1063E9. Grayscale: #A6A6A6. Windows color (decimal): -1074154 or 1481967. OLE color: 1481967.

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

Color convert

RGB23915622-
CMYK00.350.910.06
HSL37.05º87.15%51.18%-
HSV(B)37.05º90.79%93.73%-
XYZ47.6342.196.39-
YUV165.5447180.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.31%
GREEN value IS 156 (61.33% from 255) = 37.41%
BLUE value IS 22 (8.98% from 255) = 5.28%
R=57.31%
G=37.41%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391562200.350.910.0637.0587.1551.18
HexEF9C160235B6255733
Octal3572342604313364512763
Binary111011111001110010110010001110110111101001011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9C16; }

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

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

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

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

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

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

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

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