#EF9610

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

Shades of Gamboge #EF9610

Tints of Gamboge #EF9610

Color information

#EF9610 (or 0xEF9610) is unknown color: approx Gamboge. HEX triplet: EF, 96 and 10. RGB value is (239,150,16). Sum of RGB (Red+Green+Blue) = 239+150+16=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9610 is #1069EF. Grayscale: #A1A1A1. Windows color (decimal): -1075696 or 1087215. OLE color: 1087215.

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

Color convert

RGB23915016-
CMYK00.370.930.06
HSL36.05º87.45%50%-
HSV(B)36.05º93.31%93.73%-
XYZ46.640.25.79-
YUV161.3445.99183.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 59.01%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 16 (6.64% from 255) = 3.95%
R=59.01%
G=37.04%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391501600.370.930.0636.0587.4550
HexEF96100255D6245732
Octal3572262004513564412762
Binary111011111001011010000010010110111011101001001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9610; }

 p { color: rgb(239,150,16); }

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

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

 a { background-color: rgb(239,150,16); }

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

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

 span { border-color: rgb(239,150,16); }

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