#EFA80A

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

Shades of Gamboge #EFA80A

Tints of Gamboge #EFA80A

Color information

#EFA80A (or 0xEFA80A) is unknown color: approx Gamboge. HEX triplet: EF, A8 and 0A. RGB value is (239,168,10). Sum of RGB (Red+Green+Blue) = 239+168+10=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 10 (4.30% from 255 or 2.40% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA80A is #1057F5. Grayscale: #ABABAB. Windows color (decimal): -1071094 or 698607. OLE color: 698607.

HSL color Cylindrical-coordinate representation of color #EFA80A: hue angle of 41.4º degrees, saturation: 0.92, 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 #EFA80A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB23916810-
CMYK00.300.960.06
HSL41.4º91.97%48.82%-
HSV(B)41.4º95.82%93.73%-
XYZ49.6546.386.62-
YUV171.2237.02176.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.31%
GREEN value IS 168 (66.02% from 255) = 40.29%
BLUE value IS 10 (4.30% from 255) = 2.40%
R=57.31%
G=40.29%
B=2.40%

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
Decimal2391681000.300.960.0641.491.9748.82
HexEFA8A01E606295c31
Octal3572501203614065113461
Binary1110111110101000101001111011000001101010011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA80A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA80A; }

 p { color: rgb(239,168,10); }

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

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

 a { background-color: rgb(239,168,10); }

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

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

 span { border-color: rgb(239,168,10); }

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