#EFA414

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

Shades of Gamboge #EFA414

Tints of Gamboge #EFA414

Color information

#EFA414 (or 0xEFA414) is unknown color: approx Gamboge. HEX triplet: EF, A4 and 14. RGB value is (239,164,20). Sum of RGB (Red+Green+Blue) = 239+164+20=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA414 is #105BEB. Grayscale: #AAAAAA. Windows color (decimal): -1072108 or 1352943. OLE color: 1352943.

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

Color convert

RGB23916420-
CMYK00.310.920.06
HSL39.45º87.25%50.78%-
HSV(B)39.45º91.63%93.73%-
XYZ4944.956.76-
YUV170.0143.35177.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.50%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 20 (8.20% from 255) = 4.73%
R=56.50%
G=38.77%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391642000.310.920.0639.4587.2550.78
HexEFA41401F5C6275733
Octal3572442403713464712763
Binary11101111101001001010001111110111001101001111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA414; }

 p { color: rgb(239,164,20); }

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

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

 a { background-color: rgb(239,164,20); }

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

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

 span { border-color: rgb(239,164,20); }

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