#EFA709

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

Shades of Gamboge #EFA709

Tints of Gamboge #EFA709

Color information

#EFA709 (or 0xEFA709) is unknown color: approx Gamboge. HEX triplet: EF, A7 and 09. RGB value is (239,167,9). Sum of RGB (Red+Green+Blue) = 239+167+9=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 9 (3.91% from 255 or 2.17% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA709 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA709 is #1058F6. Grayscale: #ABABAB. Windows color (decimal): -1071351 or 632815. OLE color: 632815.

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

Color convert

RGB2391679-
CMYK00.300.960.06
HSL41.22º92.74%48.63%-
HSV(B)41.22º96.23%93.73%-
XYZ49.4646.016.53-
YUV170.5236.85176.85-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.59%
GREEN value IS 167 (65.62% from 255) = 40.24%
BLUE value IS 9 (3.91% from 255) = 2.17%
R=57.59%
G=40.24%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239167900.300.960.0641.2292.7448.63
HexEFA7901E606295d31
Octal3572471103614065113561
Binary1110111110100111100101111011000001101010011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA709; }

 p { color: rgb(239,167,9); }

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

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

 a { background-color: rgb(239,167,9); }

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

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

 span { border-color: rgb(239,167,9); }

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